mirror of
https://github.com/actions/setup-node.git
synced 2025-12-14 08:37:00 +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