testing: add debug line
parent
4a77f694db
commit
ab789e9b5b
|
|
@ -73224,6 +73224,7 @@ function getNode(versionSpec, stable, checkLatest, auth, arch = os.arch()) {
|
|||
}
|
||||
}
|
||||
// check cache
|
||||
core.debug('check toolcache');
|
||||
let toolPath;
|
||||
toolPath = tc.find('node', versionSpec, osArch);
|
||||
// If not found in cache, download
|
||||
|
|
|
|||
|
|
@ -81,6 +81,7 @@ export async function getNode(
|
|||
}
|
||||
|
||||
// check cache
|
||||
core.debug('check toolcache');
|
||||
let toolPath: string;
|
||||
toolPath = tc.find('node', versionSpec, osArch);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue