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

View file

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