You've already forked setup-node
mirror of
https://github.com/actions/setup-node.git
synced 2025-09-07 05:14:01 +07:00
print statements
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user