no need for elevated priv

lint-package-lock
John McLear 2020-10-29 17:31:24 +00:00
parent d17626809f
commit 9635ca214d
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ jobs:
- "tests/frontend/travis/runner.sh"
- name: "Lint test package-lock.json"
install:
- "sudo npm install -g lockfile-lint"
- "npm install lockfile-lint"
script:
- npx lockfile-lint --path src/package-lock.json --validate-https --allowed-hosts npm
- name: "Run the Backend tests with Plugins"