mirror of
https://github.com/actions/setup-node.git
synced 2025-07-24 23:48:24 +02:00
minor polishing
This commit is contained in:
parent
15e57b56d6
commit
f3c48890ed
7 changed files with 5 additions and 13 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue