Skip to content

Commit 4d7806f

Browse files
committed
chore: require Node.js v22
Node.js v22 is becoming LTE soon: https://github.com/nodejs/release\#release-schedule
1 parent c66a9c9 commit 4d7806f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: "20.x"
21+
node-version: "22.x"
2222
cache: "npm"
2323
- name: Authenticate with NPM registry
2424
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
]
5151
},
5252
"engines": {
53-
"node": ">=20",
53+
"node": ">=22",
5454
"npm": ">=10"
5555
},
5656
"release": {

0 commit comments

Comments
 (0)