fail on high severity

This commit is contained in:
Bryan MacFarlane 2020-03-26 14:00:03 -04:00
parent dec4fc5647
commit 3349559e91

View file

@ -34,5 +34,5 @@ jobs:
run: npm test
- name: audit packages
run: npm audit --audit-level=moderate
run: npm audit --audit-level=high
if: matrix.operating-system == 'ubuntu-latest'