Skip to content

Commit

Permalink
chore: volta pnpm version
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
  • Loading branch information
jerome-benoit committed Dec 31, 2024
1 parent 1d37f97 commit 7fde4a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "examples",
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@9.15.1",
"packageManager": "pnpm@9.15.2",
"volta": {
"node": "22.12.0",
"pnpm": "9.15.1"
"pnpm": "9.15.2"
},
"scripts": {
"all": "run-s example:*",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "tinybench",
"version": "3.1.0",
"type": "module",
"packageManager": "pnpm@9.15.1",
"packageManager": "pnpm@9.15.2",
"volta": {
"node": "22.12.0",
"pnpm": "9.15.1"
"pnpm": "9.15.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 7fde4a9

Please sign in to comment.