Skip to content

Commit 9ba106e

Browse files
authored
Merge branch 'main' into npmPublish
2 parents 9991b04 + dbba0c5 commit 9ba106e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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
@@ -82,7 +82,7 @@ jobs:
8282
name: build
8383
- uses: actions/setup-node@v6
8484
with:
85-
node-version: 20
85+
node-version: 22
8686
registry-url: 'https://registry.npmjs.org'
8787
- name: Update npm to latest (required for OIDC)
8888
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)