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 03a2be9 commit 9726c8fCopy full SHA for 9726c8f
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Node
22
uses: actions/setup-node@v4
23
with:
24
- node-version: 18
+ node-version: 22.20.0
25
- name: Install dependencies
26
run: npm ci
27
- name: Build
.github/workflows/check.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Lint
0 commit comments