Skip to content

Commit 99b17ab

Browse files
authored
Merge branch 'main' into npmPublish
2 parents 35ffc14 + 14363de commit 99b17ab

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
@@ -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
@@ -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

.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)