From 87c4bf171609ced1a67c1bf4390f8398df32fb3c Mon Sep 17 00:00:00 2001
From: panticmilos <panticmilos@github.com>
Date: Mon, 9 May 2022 17:37:41 +0200
Subject: [PATCH] build dist

---
 dist/setup/index.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dist/setup/index.js b/dist/setup/index.js
index 03a355f0..ecf99914 100644
--- a/dist/setup/index.js
+++ b/dist/setup/index.js
@@ -62339,7 +62339,6 @@ const tc = __importStar(__webpack_require__(533));
 const path = __importStar(__webpack_require__(622));
 const semver = __importStar(__webpack_require__(280));
 const fs = __webpack_require__(747);
-const installer = __importStar(__webpack_require__(923));
 function getNode(versionSpec, stable, checkLatest, auth, arch = os.arch()) {
     return __awaiter(this, void 0, void 0, function* () {
         // Store manifest data to avoid multiple calls
@@ -62587,7 +62586,7 @@ function queryDistForMatch(versionSpec, arch = os.arch()) {
                 throw new Error(`Unexpected OS '${osPlat}'`);
         }
         let versions = [];
-        let nodeVersions = yield installer.getVersionsFromDist();
+        let nodeVersions = yield getVersionsFromDist();
         if (versionSpec === 'current' ||
             versionSpec === 'latest' ||
             versionSpec === 'node') {