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);