We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a59a60 + b8359cc commit 0ba96a1Copy full SHA for 0ba96a1
2 files changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Node
22
uses: actions/setup-node@v6
23
with:
24
- node-version: 24.12.0
+ node-version: 24.14.1
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