mirror of
https://github.com/actions/setup-node.git
synced 2025-07-04 08:33:47 +00:00
add core debug
This commit is contained in:
parent
3b39c278a3
commit
29be23260c
2 changed files with 2 additions and 0 deletions
1
dist/setup/index.js
vendored
1
dist/setup/index.js
vendored
|
@ -73464,6 +73464,7 @@ function evaluateNightlyVersions(versions, versionSpec) {
|
|||
function evaluateVersions(versions, versionSpec) {
|
||||
let version = '';
|
||||
core.debug(`evaluating ${versions.length} versions`);
|
||||
core.debug(versions[1]);
|
||||
if (versionSpec.includes('nightly')) {
|
||||
return evaluateNightlyVersions(versions, versionSpec);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue