mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
ci: lockfile-lint: Pass --no-save
to npm
This commit is contained in:
parent
be36f764ad
commit
f925b481c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint-package-lock.yml
vendored
2
.github/workflows/lint-package-lock.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue