minor polishing

This commit is contained in:
Dmitry Shibanov 2022-12-22 01:09:28 +01:00
parent 15e57b56d6
commit f3c48890ed
7 changed files with 5 additions and 13 deletions

View file

@ -108,7 +108,6 @@ export default class OfficialBuilds extends BaseDistribution {
if (!toolPath) {
const nodeVersions = await this.getNodejsVersions();
core.info('came here undefined');
const versions = this.filterVersions(nodeVersions);
const evaluatedVersion = this.evaluateVersions(versions);
if (!evaluatedVersion) {