From 4549c86a5ed16760b0a2710596adbf4be70bba6d Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 12 Jul 2023 21:04:53 +0800 Subject: [PATCH] Build dist --- dist/setup/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/setup/index.js b/dist/setup/index.js index 5c500e23..401cc90b 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -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* () {