Skip to content

Commit 1069776

Browse files
audit workflow
1 parent 7af81a4 commit 1069776

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ jobs:
3232

3333
- name: npm test
3434
run: npm test
35+
36+
- name: audit packages
37+
run: npm audit --audit-level=moderate
38+
if: matrix.operating-system == 'ubuntu-latest'

0 commit comments

Comments
 (0)