Skip to content

Commit 2a00cf2

Browse files
authored
update to node 22-24
update to node 22-24
2 parents e36630b + 6e559a6 commit 2a00cf2

4 files changed

Lines changed: 489 additions & 1618 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
strategy:
2121
matrix:
2222
node-version:
23-
- 20.x
2423
- 22.x
24+
- 24.x
2525

2626
steps:
2727
- uses: actions/checkout@v6
@@ -34,7 +34,7 @@ jobs:
3434
- run: npm test
3535
- run: npm run build --if-present
3636
- name: Save build
37-
if: matrix.node-version == '20.x'
37+
if: matrix.node-version == '22.x'
3838
uses: actions/upload-artifact@v7
3939
with:
4040
name: build
@@ -70,7 +70,7 @@ jobs:
7070
name: build
7171
- uses: actions/setup-node@v6
7272
with:
73-
node-version: 20.x
73+
node-version: 22.x
7474
registry-url: 'https://registry.npmjs.org'
7575
- name: Update npm to latest (required for OIDC)
7676
run: npm install -g npm@latest
@@ -96,7 +96,7 @@ jobs:
9696
name: build
9797
- uses: actions/setup-node@v6
9898
with:
99-
node-version: 20.x
99+
node-version: 22.x
100100
registry-url: 'https://registry.npmjs.org'
101101
- name: Update npm to latest (required for OIDC)
102102
run: npm install -g npm@latest

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.19.2
1+
v22.22.0

0 commit comments

Comments
 (0)