Skip to content

Commit 8bf5b5a

Browse files
committed
ci(package.json): Update node version to current LTS + latest
1 parent 42225cc commit 8bf5b5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: 20.11.0
25+
node-version: 22.21.0
2626

2727
- name: Install dependencies
2828
run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"type": "module",
2121
"engines": {
22-
"node": "^20.11.0 || >=22.0.0",
22+
"node": "^22.21.0 || >=24.0.0",
2323
"npm": ">= 8"
2424
},
2525
"scripts": {

0 commit comments

Comments
 (0)