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 56088d6 commit 67f2773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "22.x"
cache: "npm"
- name: Authenticate with NPM registry
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
]
},
"engines": {
"node": ">=20",
"node": ">=22",
"npm": ">=10"
},
"release": {
Expand Down

0 comments on commit 67f2773

Please sign in to comment.