Skip to content

Commit 9f2791e

Browse files
committed
[TEST]
1 parent 2b06ebf commit 9f2791e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dist/setup/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61233,7 +61233,6 @@ function getNode(versionSpec, stable, checkLatest, auth, arch = os.arch()) {
6123361233
if (info) {
6123461234
core.info(`Acquiring ${info.resolvedVersion} - ${info.arch} from ${info.downloadUrl}`);
6123561235
downloadPath = yield tc.downloadTool(info.downloadUrl, undefined, auth);
61236-
console.log("here bro 2");
6123761236
}
6123861237
else {
6123961238
core.info('Not found in manifest. Falling back to download directly from Node');
@@ -61318,7 +61317,9 @@ function isLtsAlias(versionSpec) {
6131861317
}
6131961318
function getManifest(auth) {
6132061319
core.debug('Getting manifest from actions/node-versions@main');
61321-
return tc.getManifestFromRepo('actions', 'node-versions', auth, 'main');
61320+
let res = tc.getManifestFromRepo('actions', 'node-versions', auth, 'main');
61321+
console.log(res, "LOOK HERE");
61322+
return res;
6132261323
}
6132361324
function resolveLtsAliasFromManifest(versionSpec, stable, manifest) {
6132461325
var _a;

0 commit comments

Comments
 (0)