mirror of
https://gitea.com/actions/setup-node.git
synced 2025-04-06 23:39:43 +00:00
Switch from "master" to "main" branch (#171)
* Switch from "master" to "main" branch * Update README.md
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -13110,7 +13110,7 @@ exports.getNode = getNode;
|
||||
function getInfoFromManifest(versionSpec, stable, auth) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
let info = null;
|
||||
const releases = yield tc.getManifestFromRepo('actions', 'node-versions', auth);
|
||||
const releases = yield tc.getManifestFromRepo('actions', 'node-versions', auth, 'main');
|
||||
const rel = yield tc.findFromManifest(versionSpec, stable, releases);
|
||||
if (rel && rel.files.length > 0) {
|
||||
info = {};
|
||||
|
Reference in New Issue
Block a user