mirror of
https://gitea.com/actions/setup-node.git
synced 2025-12-14 12:41:33 +08:00
minor polishing
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user