diff options
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 22d14476b..d89a6ef4c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,7 +91,7 @@ jobs: - run: name: Install npm 6 + deps via npm command: | - sudo npm install -g npm@6 && npm install --no-save + sudo npm install -g npm@6 && npm install --no-save --no-audit - persist_to_workspace: root: . paths: @@ -174,7 +174,7 @@ jobs: at: . - run: name: Test - command: npx nsp check + command: sudo npm install -g npm@6 && npm audit test-e2e-beta-drizzle: docker: |