mirror of
https://github.com/actions/setup-node.git
synced 2025-12-19 03:52:15 +08:00
testing: add debug line
This commit is contained in:
@@ -81,6 +81,7 @@ export async function getNode(
|
||||
}
|
||||
|
||||
// check cache
|
||||
core.debug('check toolcache');
|
||||
let toolPath: string;
|
||||
toolPath = tc.find('node', versionSpec, osArch);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user