Skip to content

Commit 14363de

Browse files
authored
node 22-24
update node 22-24
2 parents 1a7a508 + 04762f6 commit 14363de

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
node-version: [20, 22]
22+
node-version: [22, 24]
2323

2424
steps:
2525
- uses: actions/checkout@v6
@@ -32,7 +32,7 @@ jobs:
3232
- run: npm test
3333
- run: npm run build --if-present
3434
- name: Save build
35-
if: matrix.node-version == 20
35+
if: matrix.node-version == 22
3636
uses: actions/upload-artifact@v7
3737
with:
3838
name: build
@@ -68,7 +68,7 @@ jobs:
6868
name: build
6969
- uses: actions/setup-node@v6
7070
with:
71-
node-version: 20
71+
node-version: 22
7272
registry-url: 'https://registry.npmjs.org'
7373
- name: Update npm to latest (required for OIDC)
7474
run: npm install -g npm@latest
@@ -94,7 +94,7 @@ jobs:
9494
name: build
9595
- uses: actions/setup-node@v6
9696
with:
97-
node-version: 20
97+
node-version: 22
9898
registry-url: 'https://registry.npmjs.org'
9999
- name: Update npm to latest (required for OIDC)
100100
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)