mirror of
https://github.com/actions/setup-node.git
synced 2025-07-04 00:24:58 +00:00
testing: add debug line
This commit is contained in:
parent
4a77f694db
commit
ab789e9b5b
2 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,7 @@ export async function getNode(
|
|||
}
|
||||
|
||||
// check cache
|
||||
core.debug('check toolcache');
|
||||
let toolPath: string;
|
||||
toolPath = tc.find('node', versionSpec, osArch);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue