Speedup workflows with npm ci instead of npm install

This commit is contained in:
pietervdvn 2021-05-11 00:01:27 +02:00
parent 9f3b1934b4
commit d4b500b5f1
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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