From 0f9cdab0f591a3cd10c9b5f14cf7b73705f8cf79 Mon Sep 17 00:00:00 2001 From: Hargun Kaur <56452820+hkaur008@users.noreply.github.com> Date: Mon, 22 Nov 2021 18:31:07 +0000 Subject: [PATCH] build --- dist/setup/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/setup/index.js b/dist/setup/index.js index fc9ea9fa..7e637f09 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -6949,7 +6949,7 @@ const auth = __importStar(__webpack_require__(749)); const path = __importStar(__webpack_require__(622)); const cache_restore_1 = __webpack_require__(409); const url_1 = __webpack_require__(835); -const os_1 = __importDefault(__webpack_require__(87)); +const os = __webpack_require__(87); function run() { return __awaiter(this, void 0, void 0, function* () { try { @@ -6966,7 +6966,7 @@ function run() { core.warning('`architecture` is provided but `node-version` is missing. In this configuration, the version/architecture of Node will not be changed. To fix this, provide `architecture` in combination with `node-version`'); } if (!arch) { - arch = os_1.default.arch(); + arch = os.arch(); } if (version) { let token = core.getInput('token');