chore: change fallback message with mirrors

This commit is contained in:
Marco Ippolito
2025-03-27 14:29:32 +01:00
parent 8f2ef77ada
commit 4731556a4c
3 changed files with 41 additions and 2 deletions

2
dist/setup/index.js vendored
View File

@@ -97564,7 +97564,7 @@ class OfficialBuilds extends base_distribution_1.default {
}
}
else {
core.info('Not found in manifest. Falling back to download directly from Node');
core.info(`Not found in manifest. Falling back to download directly from ${this.nodeInfo.mirror || 'Node'}`);
}
}
catch (err) {