We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35ffc14 + 14363de commit 99b17abCopy full SHA for 99b17ab
2 files changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
20
strategy:
21
matrix:
22
- node-version: [20, 22]
+ node-version: [22, 24]
23
24
steps:
25
- uses: actions/checkout@v6
@@ -32,7 +32,7 @@ jobs:
32
- run: npm test
33
- run: npm run build --if-present
34
- name: Save build
35
- if: matrix.node-version == 20
+ if: matrix.node-version == 22
36
uses: actions/upload-artifact@v7
37
with:
38
name: build
@@ -75,7 +75,7 @@ jobs:
75
76
- uses: actions/setup-node@v6
77
78
- node-version: 20
+ node-version: 22
79
registry-url: 'https://registry.npmjs.org'
80
- name: Update npm to latest (required for OIDC)
81
run: npm install -g npm@latest
.nvmrc
@@ -1 +1 @@
1
-v20.19.2
+v22.22.0
0 commit comments