mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 04:06:37 +02:00
ci: lockfile-lint: Whitelist specific sqlite version
This commit is contained in:
parent
f925b481c6
commit
f334fb8280
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…
x
Reference in New Issue
Block a user