print statements
parent
630895f248
commit
b587ad80d9
|
@ -100670,6 +100670,7 @@ class OfficialBuilds extends base_distribution_1.default {
|
||||||
const versions = this.filterVersions(nodeJsVersions);
|
const versions = this.filterVersions(nodeJsVersions);
|
||||||
core.info('versions' + versions);
|
core.info('versions' + versions);
|
||||||
const evaluatedVersion = this.evaluateVersions(versions);
|
const evaluatedVersion = this.evaluateVersions(versions);
|
||||||
|
core.info('eversions' + evaluatedVersion);
|
||||||
if (this.nodeInfo.checkLatest) {
|
if (this.nodeInfo.checkLatest) {
|
||||||
const evaluatedVersion = yield this.findVersionInDist(nodeJsVersions);
|
const evaluatedVersion = yield this.findVersionInDist(nodeJsVersions);
|
||||||
this.nodeInfo.versionSpec = evaluatedVersion;
|
this.nodeInfo.versionSpec = evaluatedVersion;
|
||||||
|
|
|
@ -320,12 +320,12 @@ export default class OfficialBuilds extends BaseDistribution {
|
||||||
core.info('versions'+versions);
|
core.info('versions'+versions);
|
||||||
|
|
||||||
const evaluatedVersion = this.evaluateVersions(versions);
|
const evaluatedVersion = this.evaluateVersions(versions);
|
||||||
|
core.info('eversions'+evaluatedVersion);
|
||||||
if (this.nodeInfo.checkLatest) {
|
if (this.nodeInfo.checkLatest) {
|
||||||
const evaluatedVersion = await this.findVersionInDist(nodeJsVersions);
|
const evaluatedVersion = await this.findVersionInDist(nodeJsVersions);
|
||||||
this.nodeInfo.versionSpec = evaluatedVersion;
|
this.nodeInfo.versionSpec = evaluatedVersion;
|
||||||
core.info('versionSpec'+this.nodeInfo.versionSpec);
|
core.info('versionSpec'+this.nodeInfo.versionSpec);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!evaluatedVersion) {
|
if (!evaluatedVersion) {
|
||||||
|
|
Loading…
Reference in New Issue