mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
no need for elevated priv
This commit is contained in:
parent
d17626809f
commit
9635ca214d
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ jobs:
|
||||||
- "tests/frontend/travis/runner.sh"
|
- "tests/frontend/travis/runner.sh"
|
||||||
- name: "Lint test package-lock.json"
|
- name: "Lint test package-lock.json"
|
||||||
install:
|
install:
|
||||||
- "sudo npm install -g lockfile-lint"
|
- "npm install lockfile-lint"
|
||||||
script:
|
script:
|
||||||
- npx lockfile-lint --path src/package-lock.json --validate-https --allowed-hosts npm
|
- npx lockfile-lint --path src/package-lock.json --validate-https --allowed-hosts npm
|
||||||
- name: "Run the Backend tests with Plugins"
|
- name: "Run the Backend tests with Plugins"
|
||||||
|
|
Loading…
Reference in a new issue