ci: lockfile-lint: Pass `--no-save` to npm
parent
be36f764ad
commit
f925b481c6
|
@ -22,7 +22,7 @@ jobs:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
|
|
||||||
- name: Install lockfile-lint
|
- name: Install lockfile-lint
|
||||||
run: npm install lockfile-lint
|
run: npm install --no-save lockfile-lint
|
||||||
|
|
||||||
- name: Run lockfile-lint on package-lock.json
|
- name: Run lockfile-lint on package-lock.json
|
||||||
run: npx lockfile-lint --path src/package-lock.json --validate-https --allowed-hosts npm
|
run: npx lockfile-lint --path src/package-lock.json --validate-https --allowed-hosts npm
|
||||||
|
|
Loading…
Reference in New Issue