ci: lockfile-lint: Pass `--no-save` to npm

This commit is contained in:
Richard Hansen 2022-01-27 16:47:47 -05:00
parent be36f764ad
commit f925b481c6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
node-version: 12
- name: Install lockfile-lint
run: npm install lockfile-lint
run: npm install --no-save lockfile-lint
- name: Run lockfile-lint on package-lock.json
run: npx lockfile-lint --path src/package-lock.json --validate-https --allowed-hosts npm