add debug line
parent
60732b4966
commit
817ef3e405
|
|
@ -73330,6 +73330,7 @@ function getNode(versionSpec, stable, checkLatest, auth, arch = os.arch()) {
|
|||
exports.getNode = getNode;
|
||||
function findNightlyVersionInHostedToolcache(versionsSpec, osArch) {
|
||||
const foundAllVersions = tc.findAllVersions('node', osArch);
|
||||
core.debug(foundAllVersions.join('\n'));
|
||||
const version = evaluateVersions(foundAllVersions, versionsSpec);
|
||||
return version;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -220,6 +220,7 @@ function findNightlyVersionInHostedToolcache(
|
|||
osArch: string
|
||||
) {
|
||||
const foundAllVersions = tc.findAllVersions('node', osArch);
|
||||
core.debug(foundAllVersions.join('\n'));
|
||||
const version = evaluateVersions(foundAllVersions, versionsSpec);
|
||||
|
||||
return version;
|
||||
|
|
|
|||
Loading…
Reference in New Issue