mirror of
https://github.com/actions/setup-node.git
synced 2025-07-04 00:24:58 +00:00
add debug line
This commit is contained in:
parent
60732b4966
commit
817ef3e405
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue