This commit is contained in:
Aparna Jyothi 2025-01-31 20:20:55 +05:30
parent 17264f1795
commit 4d246d010b
2 changed files with 1 additions and 2 deletions

View file

@ -20,7 +20,7 @@ export default class NightlyNodejs extends BasePrereleaseNodejs {
// Check if mirrorUrl exists in the nodeInfo and return it if available
const mirrorUrl = this.nodeInfo.mirrorURL;
if (mirrorUrl) {
core.info(`Downloding Using mirror URL: ${mirrorUrl}`);
return mirrorUrl;
}