File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 18
18
echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE"
19
19
ls "$RUNNER_TOOL_CACHE/node"
20
20
curl https://api.github.com/rate_limit -u "token:$TOKEN"
21
- - uses : actions /setup-node@v3
21
+ - uses : panticmilos /setup-node@v1.3
22
22
with :
23
23
node-version : ^16.13.2
24
24
- name : Check
30
30
echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE"
31
31
ls "$RUNNER_TOOL_CACHE/node"
32
32
curl https://api.github.com/rate_limit -u "token:$TOKEN"
33
- - uses : actions /setup-node@v3
33
+ - uses : panticmilos /setup-node@v1.3
34
34
with :
35
35
node-version : 16.13.2
36
36
- name : Check
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ export async function getNode(
94
94
`Acquiring ${ info . resolvedVersion } - ${ info . arch } from ${ info . downloadUrl } `
95
95
) ;
96
96
downloadPath = await tc . downloadTool ( info . downloadUrl , undefined , auth ) ;
97
+ console . log ( "here bro" ) ;
97
98
} else {
98
99
core . info (
99
100
'Not found in manifest. Falling back to download directly from Node'
You can’t perform that action at this time.
0 commit comments