We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd14abe commit afe905cCopy full SHA for afe905c
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
persist-credentials: false
33
34
- name: Set up Node.js
35
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
36
with:
37
node-version: ${{ matrix.node }}
38
cache: npm
.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
node-version: ${{ env.NODE }}
0 commit comments