From 255837dfe2b264e18f7d22f4c78950343c2df4e3 Mon Sep 17 00:00:00 2001 From: jackkav Date: Fri, 28 Jun 2024 13:04:36 +0200 Subject: [PATCH] level --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6cea94d..599d514 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,4 +12,4 @@ jobs: - uses: biomejs/setup-biome@v2 - run: biome ci . - run: npm test - - run: npm audit \ No newline at end of file + - run: npm audit --audit-level=moderate \ No newline at end of file