Speedup workflows with npm ci instead of npm install
This commit is contained in:
parent
9f3b1934b4
commit
d4b500b5f1
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pull_request_check.yml
vendored
2
.github/workflows/pull_request_check.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
|
||||
- name: install deps
|
||||
run: npm install
|
||||
run: npm ci
|
||||
|
||||
- name: create generated dir
|
||||
run: mkdir ./assets/generated
|
||||
|
|
2
.github/workflows/theme_validation.yml
vendored
2
.github/workflows/theme_validation.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
|
||||
- name: install deps
|
||||
run: npm install
|
||||
run: npm ci
|
||||
|
||||
- name: create generated dir
|
||||
run: mkdir ./assets/generated
|
||||
|
|
Loading…
Reference in a new issue