mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-08 21:21:12 +00:00
restructure tests
This commit is contained in:
parent
822a587e93
commit
2723204c59
14 changed files with 1956 additions and 1104 deletions
|
@ -23,7 +23,7 @@ export default class CanaryBuild extends BaseDistribution {
|
|||
|
||||
return prerelease[0].includes('v8-canary');
|
||||
});
|
||||
|
||||
localVersionPaths.sort(semver.rcompare);
|
||||
const localVersion = this.evaluateVersions(localVersionPaths);
|
||||
if (localVersion) {
|
||||
toolPath = tc.find('node', localVersion, this.nodeInfo.arch);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue