We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63177e1 + 538575b commit c294e9dCopy full SHA for c294e9d
2 files changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: swatinem/rust-cache@v2
35
36
- name: Setup Node
37
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
38
with:
39
node-version: ${{ matrix.node-version }}
40
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
components: rustfmt, clippy
24
25
26
27
28
node-version: 20
29
0 commit comments