From be9ada088879d2f9b69d31cfc41504aa6506ea2d Mon Sep 17 00:00:00 2001 From: tglide <26071571+TGlide@users.noreply.github.com> Date: Fri, 10 Feb 2023 12:32:18 +0000 Subject: [PATCH] chore: change npm audit level to low --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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