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 Apr 16, 2024
1 parent 0337750 commit f8a2b90
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.12.0
20.12.2
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.12.0",
"pnpm": "8.15.5"
"node": "20.12.2",
"pnpm": "8.15.7"
},
"volta": {
"node": "20.12.0",
"pnpm": "8.15.5"
"node": "20.12.2",
"pnpm": "8.15.7"
},
"engine-strict": true,
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.7",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "is-ci || husky install",
Expand Down

0 comments on commit f8a2b90

Please sign in to comment.