mirror of
https://gitea.com/actions/setup-node.git
synced 2025-08-24 05:23:26 +08:00
Apply requested changes
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user