Skip to content

Commit

Permalink
Upgrade node to latest LTS (20.11.0) and pnpm to latest (8.14.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Jan 13, 2024
1 parent 2548561 commit 9cd9a28
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.9.0
20.11.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.9.0",
"pnpm": "^8.10.0"
"node": "20.11.0",
"pnpm": "8.14.1"
},
"volta": {
"node": "20.9.0",
"pnpm": "8.10.0"
"node": "20.11.0",
"pnpm": "8.14.1"
},
"engine-strict": true,
"packageManager": "pnpm@8.10.0",
"packageManager": "pnpm@8.14.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "is-ci || husky install",
Expand Down

0 comments on commit 9cd9a28

Please sign in to comment.