mirror of
https://github.com/actions/setup-node.git
synced 2025-12-16 18:21:48 +08:00
chore: change fallback message with mirrors
This commit is contained in:
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user