From 3349559e91a4cdbeda4401632fca63da29403ca1 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Thu, 26 Mar 2020 14:00:03 -0400 Subject: [PATCH] fail on high severity --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 7c3b10a..ba59464 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -34,5 +34,5 @@ jobs: run: npm test - name: audit packages - run: npm audit --audit-level=moderate + run: npm audit --audit-level=high if: matrix.operating-system == 'ubuntu-latest' \ No newline at end of file