Skip to content

Commit

Permalink
chore: update Node.js version to 16.10.0 or >=18.0.0 in package.json (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Jul 9, 2024
1 parent 042b09c commit ce8958c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 16
node-version-file: package.json
cache: 'pnpm'
- run: pnpm install
- run: pnpm lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 16
node-version-file: package.json
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"unbuild": "^2.0.0",
"vitest": "^1.4.0"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"engines": {
"node": "^16.10.0 || >=18.0.0"
}
}

0 comments on commit ce8958c

Please sign in to comment.