mirror of
https://github.com/actions/setup-node.git
synced 2025-06-29 22:23:47 +00:00
update
This commit is contained in:
parent
4d246d010b
commit
07434d7eed
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue