From 84edb6bbc1b9d6f7ca7d6d7e09d32eb05dbe81fc Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Fri, 25 Feb 2022 14:16:01 +0300 Subject: [PATCH] change npm install to npm ci --- .github/workflows/workflow.yml | 4 ++-- dist/setup/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b5db2f45..5c8d5403 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -24,8 +24,8 @@ jobs: with: node-version: 16.x - - name: npm install - run: npm install + - name: npm ci + run: npm ci - name: Lint run: npm run format-check diff --git a/dist/setup/index.js b/dist/setup/index.js index f9709b8f..ae0ab404 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -57111,7 +57111,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.findPythonVersion = exports.pythonVersionToSemantic = void 0; +exports.pythonVersionToSemantic = exports.useCpythonVersion = void 0; const os = __importStar(__webpack_require__(87)); const path = __importStar(__webpack_require__(622)); const utils_1 = __webpack_require__(163);