We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9991b04 + dbba0c5 commit 9ba106eCopy full SHA for 9ba106e
2 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- node-version: [20, 22]
+ node-version: [22, 24]
18
steps:
19
- uses: actions/checkout@v6
20
- name: Use Node.js ${{ matrix.node-version }}
@@ -26,7 +26,7 @@ jobs:
26
- run: npm run build
27
- run: npm run doc
28
- name: Save build
29
- if: matrix.node-version == 20
+ if: matrix.node-version == 22
30
uses: actions/upload-artifact@v7
31
with:
32
name: build
@@ -82,7 +82,7 @@ jobs:
82
83
- uses: actions/setup-node@v6
84
85
- node-version: 20
+ node-version: 22
86
registry-url: 'https://registry.npmjs.org'
87
- name: Update npm to latest (required for OIDC)
88
run: npm install -g npm@latest
.nvmrc
@@ -1 +1 @@
1
-v20.19.2
+v22.22.0
0 commit comments