Skip to content

Commit e8dfec5

Browse files
committed
[TEST]
1 parent 9f2791e commit e8dfec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE"
1919
ls "$RUNNER_TOOL_CACHE/node"
2020
curl https://api.github.com/rate_limit -u "token:$TOKEN"
21-
- uses: panticmilos/setup-node@v3.1
21+
- uses: panticmilos/setup-node@main
2222
with:
2323
node-version: ^16.13.2
2424
- name: Check
@@ -30,7 +30,7 @@ jobs:
3030
echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE"
3131
ls "$RUNNER_TOOL_CACHE/node"
3232
curl https://api.github.com/rate_limit -u "token:$TOKEN"
33-
- uses: panticmilos/setup-node@v3.1
33+
- uses: panticmilos/setup-node@main
3434
with:
3535
node-version: 17.8.0
3636
- name: Check

0 commit comments

Comments
 (0)