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
No known key found for this signature in database
GPG key ID: 27F5E38D5B0A215F
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) {