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.
2 parents 228e33f + 43efc61 commit 253b1b1Copy full SHA for 253b1b1
.github/workflows/build-test.yml
@@ -20,7 +20,7 @@ jobs:
20
restore-keys: |
21
${{ runner.os }}-npm-
22
- name: Setup node
23
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
24
with:
25
node-version: ${{ matrix.node }}
26
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- uses: actions/setup-node@v2
node-version: '16.x'
- run: npm ci
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
0 commit comments