Add --no-audit flag

This commit is contained in:
Alexey
2022-01-18 12:53:56 +03:00
parent e7ba250be6
commit 8a9fe59c3e

View File

@@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 6
- run: npm install && npm install karma-cli karma-sauce-launcher
- run: npm install --no-audit && npm install karma-cli karma-sauce-launcher
- name: Setup Sauce Labs
run: sh -e /etc/init.d/xvfb start
env: