This commit is contained in:
Aparna Jyothi 2025-01-31 11:51:22 +05:30
parent 7188cb1e62
commit 17e88b6567
3 changed files with 9 additions and 4 deletions

View file

@ -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);