suppress warnings

This commit is contained in:
Aparna Jyothi 2025-03-04 12:21:43 +05:30
parent 87063ef0ad
commit d8619e6d5a
2 changed files with 0 additions and 10 deletions

5
dist/setup/index.js vendored
View file

@ -100516,10 +100516,6 @@ class OfficialBuilds extends base_distribution_1.default {
try {
core.info(`Attempting to download using mirror URL...`);
downloadPath = yield this.downloadFromMirrorURL(); // Attempt to download from the mirror
core.info('downloadPath from downloadFromMirrorURL() ' + downloadPath);
if (downloadPath) {
const toolPath = downloadPath;
}
}
catch (err) {
core.setFailed(err.message);
@ -100528,7 +100524,6 @@ class OfficialBuilds extends base_distribution_1.default {
}
}
else {
core.info('No mirror URL found. Falling back to default setup...');
core.info('Setup Node.js');
let manifest;
let nodeJsVersions;