mirror of
https://gitea.com/actions/setup-node.git
synced 2025-04-06 15:29:44 +00:00
Switch from "master" to "main" branch (#171)
* Switch from "master" to "main" branch * Update README.md
This commit is contained in:
@ -164,7 +164,8 @@ async function getInfoFromManifest(
|
||||
const releases = await tc.getManifestFromRepo(
|
||||
'actions',
|
||||
'node-versions',
|
||||
auth
|
||||
auth,
|
||||
'main'
|
||||
);
|
||||
const rel = await tc.findFromManifest(versionSpec, stable, releases);
|
||||
|
||||
|
Reference in New Issue
Block a user