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 9f2791e commit e8dfec5Copy full SHA for e8dfec5
.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@v3.1
+ - uses: panticmilos/setup-node@main
22
with:
23
node-version: ^16.13.2
24
- name: Check
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
node-version: 17.8.0
36
0 commit comments