mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 11:13:29 +00:00
change npm install to npm ci
This commit is contained in:
parent
4e9f57e8f9
commit
84edb6bbc1
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
@ -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
|
||||
|
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user