Skip to content

Commit dbba0c5

Browse files
authored
node 22-24
Node22-24
2 parents 534d8ee + 9e5bddf commit dbba0c5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [20, 22]
17+
node-version: [22, 24]
1818
steps:
1919
- uses: actions/checkout@v6
2020
- name: Use Node.js ${{ matrix.node-version }}
@@ -26,7 +26,7 @@ jobs:
2626
- run: npm run build
2727
- run: npm run doc
2828
- name: Save build
29-
if: matrix.node-version == 20
29+
if: matrix.node-version == 22
3030
uses: actions/upload-artifact@v7
3131
with:
3232
name: build
@@ -75,7 +75,7 @@ jobs:
7575
name: build
7676
- uses: actions/setup-node@v6
7777
with:
78-
node-version: 20
78+
node-version: 22
7979
registry-url: 'https://registry.npmjs.org'
8080
- name: Update npm to latest (required for OIDC)
8181
run: npm install -g npm@latest
@@ -101,7 +101,7 @@ jobs:
101101
name: build
102102
- uses: actions/setup-node@v6
103103
with:
104-
node-version: 20
104+
node-version: 22
105105
registry-url: 'https://registry.npmjs.org'
106106
- name: Update npm to latest (required for OIDC)
107107
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)