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 1e7aec3 commit 967eac4Copy full SHA for 967eac4
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE"
19
ls "$RUNNER_TOOL_CACHE/node"
20
curl https://api.github.com/rate_limit -u "token:$TOKEN"
21
- - uses: panticmilos/setup-node@v1.4
+ - uses: panticmilos/setup-node@v1.3
22
with:
23
node-version: ^16.13.2
24
- name: Check
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
node-version: 16.13.2
36
0 commit comments