We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6000adf + 32a32d2 commit 38c5d31Copy full SHA for 38c5d31
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- node-version: [20, 22]
+ node-version: [22, 24]
21
22
steps:
23
- uses: actions/checkout@v6
@@ -30,8 +30,8 @@ jobs:
30
- run: npm test
31
- run: npm run build --if-present
32
- name: Save build
33
- if: matrix.node-version == 20
34
- uses: actions/upload-artifact@v7
+ if: matrix.node-version == 22
+ uses: actions/upload-artifact@v6
35
with:
36
name: build
37
path: |
@@ -73,7 +73,7 @@ jobs:
73
74
- uses: actions/setup-node@v6
75
76
- node-version: 20
+ node-version: 22
77
registry-url: 'https://registry.npmjs.org'
78
- name: Update npm to latest (required for OIDC)
79
run: npm install -g npm@latest
.nvmrc
@@ -1 +1 @@
1
-v20.19.2
+v22.22.0
0 commit comments