We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af81a4 commit 1069776Copy full SHA for 1069776
1 file changed
.github/workflows/workflow.yml
@@ -32,3 +32,7 @@ jobs:
32
33
- name: npm test
34
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