Skip to content

Commit 38c5d31

Browse files
authored
Merge branch 'main' into npmPublish
2 parents 6000adf + 32a32d2 commit 38c5d31

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
@@ -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: |
@@ -73,7 +73,7 @@ jobs:
7373
name: build
7474
- uses: actions/setup-node@v6
7575
with:
76-
node-version: 20
76+
node-version: 22
7777
registry-url: 'https://registry.npmjs.org'
7878
- name: Update npm to latest (required for OIDC)
7979
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)