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 : panticmilos/setup-node@v1.3
21
+ - uses : panticmilos/setup-node@latest
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 : panticmilos/setup-node@v1.3
33
+ - uses : panticmilos/setup-node@latest
34
34
with :
35
35
node-version : 16.13.2
36
36
- name : Check
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export async function run() {
19
19
20
20
let arch = core . getInput ( 'architecture' ) ;
21
21
const cache = core . getInput ( 'cache' ) ;
22
+
22
23
// if architecture supplied but node-version is not
23
24
// if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
24
25
if ( arch && ! version ) {
You can’t perform that action at this time.
0 commit comments