mirror of
https://github.com/actions/setup-node.git
synced 2025-12-14 16:51:38 +08:00
remove reduntant comment
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -13111,7 +13111,6 @@ 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);
|
||||
core.info(`matching ${versionSpec}...`);
|
||||
const rel = yield tc.findFromManifest(versionSpec, stable, releases);
|
||||
if (rel && rel.files.length > 0) {
|
||||
info = {};
|
||||
|
||||
Reference in New Issue
Block a user