mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-03-01 12:43:24 +00:00
nightly test
This commit is contained in:
parent
7e57948fe0
commit
17264f1795
2 changed files with 2 additions and 2 deletions
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -100457,7 +100457,7 @@ class NightlyNodejs extends base_distribution_prerelease_1.default {
|
||||||
// Check if mirrorUrl exists in the nodeInfo and return it if available
|
// Check if mirrorUrl exists in the nodeInfo and return it if available
|
||||||
const mirrorUrl = this.nodeInfo.mirrorURL;
|
const mirrorUrl = this.nodeInfo.mirrorURL;
|
||||||
if (mirrorUrl) {
|
if (mirrorUrl) {
|
||||||
core.info(`Using mirror URL: ${mirrorUrl}`);
|
core.info(`Downloding Using mirror URL: ${mirrorUrl}`);
|
||||||
return mirrorUrl;
|
return mirrorUrl;
|
||||||
}
|
}
|
||||||
// Default to the official Node.js nightly distribution URL if no mirror URL is provided
|
// Default to the official Node.js nightly distribution URL if no mirror URL is provided
|
||||||
|
|
|
@ -20,7 +20,7 @@ export default class NightlyNodejs extends BasePrereleaseNodejs {
|
||||||
// Check if mirrorUrl exists in the nodeInfo and return it if available
|
// Check if mirrorUrl exists in the nodeInfo and return it if available
|
||||||
const mirrorUrl = this.nodeInfo.mirrorURL;
|
const mirrorUrl = this.nodeInfo.mirrorURL;
|
||||||
if (mirrorUrl) {
|
if (mirrorUrl) {
|
||||||
core.info(`Using mirror URL: ${mirrorUrl}`);
|
core.info(`Downloding Using mirror URL: ${mirrorUrl}`);
|
||||||
return mirrorUrl;
|
return mirrorUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue