diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1c666816b..ac0650510 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: with: node-version: 16 - name: Audit dependencies - run: npm audit --audit-level high + run: npm audit --audit-level low - name: Install dependencies run: npm ci - name: Build Console