From 106977639bab1fd72befdf66999dec8aee56aa3d Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Sun, 9 Feb 2020 14:41:37 -0500 Subject: [PATCH] audit workflow --- .github/workflows/workflow.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index fed69ae..7c3b10a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -32,3 +32,7 @@ jobs: - name: npm test run: npm test + + - name: audit packages + run: npm audit --audit-level=moderate + if: matrix.operating-system == 'ubuntu-latest' \ No newline at end of file