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 a42c5b6 commit ccb5086Copy full SHA for ccb5086
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
- uses: actions/setup-node@v4
54
if: ${{ !matrix.settings.docker }}
55
with:
56
- node-version: 20
+ node-version: 24
57
- name: Install
58
uses: dtolnay/rust-toolchain@stable
59
@@ -257,7 +257,7 @@ jobs:
257
version: latest
258
259
260
261
cache: pnpm
262
- name: Install dependencies
263
run: pnpm install
.github/workflows/lint.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Setup node
34
uses: actions/setup-node@v4
35
36
- node-version: 22
37
38
39
0 commit comments