diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d99a2b0..d3db4e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: npm ci - name: Audit dependencies - run: npm audit --audit-level=high + run: npm audit --audit-level=critical - name: Syntax check run: npm run check