1
0
Fork 0

only audit on ubuntu-latest (#283)

pull/285/head
Bryan MacFarlane 2020-01-04 14:08:05 -05:00 committed by GitHub
parent 803934eca0
commit bfd29dcef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ jobs:
- name: audit tools
run: npm audit --audit-level=moderate
if: matrix.runs-on == 'ubuntu-latest'
- name: audit packages
run: npm run audit-all
if: matrix.runs-on == 'ubuntu-latest'