mirror of
https://github.com/actions/setup-node.git
synced 2025-12-15 09:21:40 +08:00
update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user