Skip to content

Commit

Permalink
chore: bump 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 Oct 28, 2024
1 parent 9a3fb60 commit 9d7e8e1
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.12.1",
"packageManager": "pnpm@9.12.3",
"volta": {
"node": "20.18.0",
"pnpm": "9.12.1"
"pnpm": "9.12.3"
},
"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.0.0",
"type": "module",
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.12.3",
"volta": {
"node": "20.18.0",
"pnpm": "9.12.2"
"pnpm": "9.12.3"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 9d7e8e1

Please sign in to comment.