mirror of
https://github.com/actions/setup-node
synced 2025-04-17 05:33:13 +00:00
Build dist
This commit is contained in:
parent
09913eaefe
commit
4549c86a5e
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -71656,7 +71656,7 @@ class BaseDistribution {
|
|||||||
return version;
|
return version;
|
||||||
}
|
}
|
||||||
findVersionInHostedToolCacheDirectory() {
|
findVersionInHostedToolCacheDirectory() {
|
||||||
return tc.find('node', this.nodeInfo.versionSpec, this.nodeInfo.arch);
|
return tc.find('node', this.nodeInfo.versionSpec, this.translateArchToDistUrl(this.nodeInfo.arch));
|
||||||
}
|
}
|
||||||
getNodeJsVersions() {
|
getNodeJsVersions() {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
|
Loading…
Reference in New Issue
Block a user