Update jest-ts and add npm pkg audit back

This commit is contained in:
Rui Chen 2020-03-06 22:31:05 -05:00
parent e97b7f0c52
commit 7366386450
No known key found for this signature in database
GPG key ID: 15A594F673F803E8
3 changed files with 151 additions and 89 deletions

View file

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