Skip to content

Commit

Permalink
chore: require Node.js v22
Browse files Browse the repository at this point in the history
Node.js v22 is becoming LTE soon: https://github.com/nodejs/release\#release-schedule
  • Loading branch information
coderbyheart committed Oct 18, 2024
1 parent b0b6422 commit 6b84840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "22.x"
cache: "npm"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint-staged": "15.2.10"
},
"engines": {
"node": ">=20",
"node": ">=22",
"npm": ">=10"
},
"scripts": {
Expand Down

0 comments on commit 6b84840

Please sign in to comment.