From 458abf6134c3aa66f6fd0961639a643a2f4ea9a5 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Sat, 1 Feb 2020 09:33:41 -0500 Subject: [PATCH] audit npm packages (#60) * audit npm packages --- .github/workflows/workflow.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 32ee1e3..4613434 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