Skip to content

Commit

Permalink
Upgrade node (20.17.0), pnpm (9.9.0) (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Sep 7, 2024
1 parent 049e545 commit e419e88
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.16.0
20.17.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.16.0",
"pnpm": "9.7.0"
"node": "20.17.0",
"pnpm": "9.9.0"
},
"volta": {
"node": "20.16.0",
"pnpm": "9.7.0"
"node": "20.17.0",
"pnpm": "9.9.0"
},
"engine-strict": true,
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.9.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "is-ci || husky install",
Expand Down

0 comments on commit e419e88

Please sign in to comment.