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.
1 parent 265c18f commit 2ab21f8Copy full SHA for 2ab21f8
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Node.js
17
uses: actions/setup-node@v4
18
with:
19
- node-version: '20'
+ node-version: '22'
20
21
- name: Install dependencies
22
run: npm ci
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
0 commit comments