mirror of
https://gitea.com/actions/setup-node.git
synced 2025-08-24 13:33:25 +08:00
Build dist
This commit is contained in:
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@@ -71656,7 +71656,7 @@ class BaseDistribution {
|
||||
return version;
|
||||
}
|
||||
findVersionInHostedToolCacheDirectory() {
|
||||
return tc.find('node', this.nodeInfo.versionSpec, this.nodeInfo.arch);
|
||||
return tc.find('node', this.nodeInfo.versionSpec, this.translateArchToDistUrl(this.nodeInfo.arch));
|
||||
}
|
||||
getNodeJsVersions() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
|
Reference in New Issue
Block a user