Skip to content

Commit

Permalink
Merge pull request #5891 from whymarrh/npm-audit
Browse files Browse the repository at this point in the history
Migrate test deps CI job to npm audit
  • Loading branch information
whymarrh authored Dec 7, 2018
2 parents 7ade47d + d7c8a30 commit 0c8c6db
Show file tree
Hide file tree
Showing 5 changed files with 2,644 additions and 2,654 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
7 changes: 0 additions & 7 deletions .nsprc

This file was deleted.

16 changes: 0 additions & 16 deletions development/beefy.js

This file was deleted.

Loading

0 comments on commit 0c8c6db

Please sign in to comment.