diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 7c3b10a..ba59464 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -34,5 +34,5 @@ jobs: run: npm test - name: audit packages - run: npm audit --audit-level=moderate + run: npm audit --audit-level=high if: matrix.operating-system == 'ubuntu-latest' \ No newline at end of file