mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +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);
|
||||
}
|
||||
|
|
|
@ -416,6 +416,7 @@ function evaluateNightlyVersions(
|
|||
function evaluateVersions(versions: string[], versionSpec: string): string {
|
||||
let version = '';
|
||||
core.debug(`evaluating ${versions.length} versions`);
|
||||
core.debug(versions[1])
|
||||
|
||||
if (versionSpec.includes('nightly')) {
|
||||
return evaluateNightlyVersions(versions, versionSpec);
|
||||
|
|
Loading…
Add table
Reference in a new issue