0
1
Fork 0

audit workflow

This commit is contained in:
Bryan MacFarlane 2020-02-09 14:41:37 -05:00
parent 7af81a4a65
commit 106977639b
1 changed files with 4 additions and 0 deletions

View File

@ -32,3 +32,7 @@ jobs:
- name: npm test
run: npm test
- name: audit packages
run: npm audit --audit-level=moderate
if: matrix.operating-system == 'ubuntu-latest'