Skip to content

Commit 3a003db

Browse files
committed
[TEST]
1 parent 68aab9a commit 3a003db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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@v1.3
21+
- uses: panticmilos/setup-node@latest
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@v1.3
33+
- uses: panticmilos/setup-node@latest
3434
with:
3535
node-version: 16.13.2
3636
- name: Check

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export async function run() {
1919

2020
let arch = core.getInput('architecture');
2121
const cache = core.getInput('cache');
22+
2223
// if architecture supplied but node-version is not
2324
// if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
2425
if (arch && !version) {

0 commit comments

Comments
 (0)