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 f28da92 commit 03078f0Copy full SHA for 03078f0
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
persist-credentials: false
32
33
- name: Set up Node.js
34
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
35
with:
36
node-version: ${{ matrix.node }}
37
cache: npm
.github/workflows/lint.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
node-version: ${{ env.NODE }}
0 commit comments