Skip to content

Commit

Permalink
chore: upgrade used node and pnpm version (#450)
Browse files Browse the repository at this point in the history
- upgrade node and pnpm version in engines, volta and packageManager config
- update node version to 20.9.0 in .nvmrc
  • Loading branch information
mcmxcdev authored Nov 1, 2023
1 parent 25794f7 commit 64e2649
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 @@
18.18.0
20.9.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": "18.18.0",
"pnpm": "8.7.6"
"node": "20.9.0",
"pnpm": "8.10.0"
},
"volta": {
"node": "18.18.0",
"pnpm": "8.7.6"
"node": "20.9.0",
"pnpm": "8.10.0"
},
"engine-strict": true,
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.10.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "is-ci || husky install",
Expand Down

0 comments on commit 64e2649

Please sign in to comment.