diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 109c3bac4..c533dcbf8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 20 - name: Audit dependencies - run: npm audit --audit-level low + run: npm audit --audit-level critical - name: Install dependencies run: npm ci - name: Svelte Diagnostics