mirror of
https://github.com/actions/setup-node.git
synced 2025-06-29 14:13:49 +00:00
back to master
This commit is contained in:
parent
2a0fbec10d
commit
2ae9264901
2 changed files with 2 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue