Skip to content

Commit 6026e3b

Browse files
committed
chore: require Node.js v22
Node.js v22 is becoming LTE soon: https://github.com/nodejs/release\#release-schedule
1 parent 288fd62 commit 6026e3b

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
@@ -52,7 +52,7 @@
5252
]
5353
},
5454
"engines": {
55-
"node": ">=20",
55+
"node": ">=22",
5656
"npm": ">=10"
5757
},
5858
"release": {

0 commit comments

Comments
 (0)