Skip to content

Commit 32a32d2

Browse files
authored
node 22-24
update node 22-24
2 parents 021bc20 + c554089 commit 32a32d2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: [20, 22]
20+
node-version: [22, 24]
2121

2222
steps:
2323
- uses: actions/checkout@v6
@@ -30,8 +30,8 @@ jobs:
3030
- run: npm test
3131
- run: npm run build --if-present
3232
- name: Save build
33-
if: matrix.node-version == 20
34-
uses: actions/upload-artifact@v7
33+
if: matrix.node-version == 22
34+
uses: actions/upload-artifact@v6
3535
with:
3636
name: build
3737
path: |
@@ -66,7 +66,7 @@ jobs:
6666
name: build
6767
- uses: actions/setup-node@v6
6868
with:
69-
node-version: 20
69+
node-version: 22
7070
registry-url: 'https://registry.npmjs.org'
7171
- name: Update npm to latest (required for OIDC)
7272
run: npm install -g npm@latest
@@ -92,7 +92,7 @@ jobs:
9292
name: build
9393
- uses: actions/setup-node@v6
9494
with:
95-
node-version: 20
95+
node-version: 22
9696
registry-url: 'https://registry.npmjs.org'
9797
- name: Update npm to latest (required for OIDC)
9898
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)