Skip to content

Commit d6297e4

Browse files
committed
[TEST]
1 parent 7400285 commit d6297e4

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

src/installer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export async function getNode(
9494
`Acquiring ${info.resolvedVersion} - ${info.arch} from ${info.downloadUrl}`
9595
);
9696
downloadPath = await tc.downloadTool(info.downloadUrl, undefined, auth);
97+
console.log("here bro");
9798
} else {
9899
core.info(
99100
'Not found in manifest. Falling back to download directly from Node'

0 commit comments

Comments
 (0)