mirror of
https://gitea.com/actions/setup-node.git
synced 2025-08-16 08:45:55 +08:00
back to master
This commit is contained in:
@@ -123,8 +123,7 @@ async function getInfoFromManifest(
|
||||
const releases = await tc.getManifestFromRepo(
|
||||
'actions',
|
||||
'node-versions',
|
||||
token,
|
||||
'update-versions-manifest-file' // TODO: remove after testing
|
||||
token
|
||||
);
|
||||
console.log(`matching ${versionSpec}...`);
|
||||
const rel = await tc.findFromManifest(versionSpec, stable, releases);
|
||||
|
Reference in New Issue
Block a user