Skip to content

Commit

Permalink
Upgrade node and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Jun 29, 2024
1 parent 4d0ea5e commit 8a4b5c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.14.0
20.15.0
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"doc": "docs"
},
"engines": {
"node": "20.14.0",
"pnpm": "9.1.4"
"node": "20.15.0",
"pnpm": "9.4.0"
},
"volta": {
"node": "20.14.0",
"pnpm": "9.1.4"
"node": "20.15.0",
"pnpm": "9.4.0"
},
"engine-strict": true,
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.4.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "is-ci || husky install",
Expand Down

0 comments on commit 8a4b5c7

Please sign in to comment.