Skip to content

Commit

Permalink
Upgrade node to latest LTS (20.14.0) and pnpm to 8.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Jun 1, 2024
1 parent 200233b commit 9ee57f6
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.2
20.14.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.12.2",
"pnpm": "8.15.7"
"node": "20.14.0",
"pnpm": "8.15.8"
},
"volta": {
"node": "20.12.2",
"pnpm": "8.15.7"
"node": "20.14.0",
"pnpm": "8.15.8"
},
"engine-strict": true,
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@8.15.8",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "is-ci || husky install",
Expand Down

0 comments on commit 9ee57f6

Please sign in to comment.