mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
ci: lockfile-lint: Whitelist specific sqlite version
This commit is contained in:
parent
f925b481c6
commit
f334fb8280
1 changed files with 7 additions and 1 deletions
8
.github/workflows/lint-package-lock.yml
vendored
8
.github/workflows/lint-package-lock.yml
vendored
|
@ -25,4 +25,10 @@ jobs:
|
|||
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
|
||||
run: >
|
||||
npx lockfile-lint
|
||||
--path src/package-lock.json
|
||||
--allowed-hosts npm
|
||||
--allowed-schemes https:
|
||||
--allowed-schemes github:
|
||||
--allowed-urls github:mapbox/node-sqlite3#593c9d498be2510d286349134537e3bf89401c4a
|
||||
|
|
Loading…
Reference in a new issue