mirror of
https://github.com/actions/setup-node.git
synced 2025-06-29 22:23:47 +00:00
print statements
This commit is contained in:
parent
630895f248
commit
b587ad80d9
2 changed files with 3 additions and 2 deletions
|
@ -320,12 +320,12 @@ export default class OfficialBuilds extends BaseDistribution {
|
|||
core.info('versions'+versions);
|
||||
|
||||
const evaluatedVersion = this.evaluateVersions(versions);
|
||||
|
||||
core.info('eversions'+evaluatedVersion);
|
||||
if (this.nodeInfo.checkLatest) {
|
||||
const evaluatedVersion = await this.findVersionInDist(nodeJsVersions);
|
||||
this.nodeInfo.versionSpec = evaluatedVersion;
|
||||
core.info('versionSpec'+this.nodeInfo.versionSpec);
|
||||
|
||||
|
||||
}
|
||||
|
||||
if (!evaluatedVersion) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue