Skip to content

Commit

Permalink
chore: update node version
Browse files Browse the repository at this point in the history
- packageManager is now pnpm@8.15.1
- node 16 is no longer supported
- default node checkout is 20
  • Loading branch information
odinr committed Jan 31, 2024
1 parent 32808d7 commit a6b946b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/node-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Setup Node
Description: General setup of node
inputs:
node-version:
default: 18
default: 20
turbo-cache:
default: true

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"private": true,
"type": "module",
"engines": {
"node": "^16 || ^18 || ^20",
"node": "^18 || ^20",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">=4"
},
"packageManager": "pnpm@8.0.0",
"packageManager": "pnpm@8.15.1",
"scripts": {
"install": "pnpm -r exec genversion --es6 --semi src/version.ts",
"install:clean": "pnpm clean && pnpm install",
Expand Down

0 comments on commit a6b946b

Please sign in to comment.