nightly test

This commit is contained in:
Aparna Jyothi 2025-01-31 20:19:08 +05:30
parent 7e57948fe0
commit 17264f1795
2 changed files with 2 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(`Using mirror URL: ${mirrorUrl}`);
core.info(`Downloding Using mirror URL: ${mirrorUrl}`);
return mirrorUrl;
}