We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97a930 commit f4f2193Copy full SHA for f4f2193
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v4
32
- uses: actions/setup-node@v4
33
with:
34
- node-version: '20'
+ node-version: '22'
35
- run: npm ci
36
37
- name: Build
.github/workflows/code-check.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
17
- name: Check
18
run: |
0 commit comments