mirror of
https://github.com/actions/setup-node.git
synced 2025-07-23 06:58:24 +02:00
This commit is contained in:
parent
7188cb1e62
commit
17e88b6567
3 changed files with 9 additions and 4 deletions
|
@ -317,7 +317,7 @@ export default class OfficialBuilds extends BaseDistribution {
|
|||
}
|
||||
|
||||
protected async downloadFromMirrorURL() {
|
||||
const nodeJsVersions = await this.getMirrorUrVersions();
|
||||
const nodeJsVersions = await this.getMirrorUrlVersions();
|
||||
core.info('nodeJsVersions from getMirrorUrVersions '+nodeJsVersions);
|
||||
const versions = this.filterVersions(nodeJsVersions);
|
||||
core.info('versions from filterVersions '+versions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue