mirror of
https://github.com/actions/setup-python.git
synced 2025-07-25 04:28:20 +02:00
change npm install to npm ci
This commit is contained in:
parent
4e9f57e8f9
commit
84edb6bbc1
2 changed files with 3 additions and 3 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue