10
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2026-04-08 16:54:18 +00:00

Apply requested changes

This commit is contained in:
Sergey Dolin 2022-11-11 09:10:22 +01:00
parent bced0aece0
commit f407277148
2 changed files with 2 additions and 4 deletions

View file

@ -512,8 +512,7 @@ export async function queryDistForMatch(
});
// get the latest version that matches the version spec
let version = evaluateVersions(versions, versionSpec);
return version;
return evaluateVersions(versions, versionSpec);
}
export async function getVersionsFromDist(