From e99f03632893f7a6eec260a7512f6987c18d385d Mon Sep 17 00:00:00 2001 From: Cristina Guncay Date: Fri, 20 Mar 2020 18:37:08 -0500 Subject: [PATCH] add npm audit --- .github/workflows/run_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_test.yml b/.github/workflows/run_test.yml index 3b2e4d79a..a3268ef99 100644 --- a/.github/workflows/run_test.yml +++ b/.github/workflows/run_test.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: ubuntu-latest strategy: matrix: @@ -25,5 +25,6 @@ jobs: - run: npm run build --if-present - name: Run the test run: npm test + - run: npm audit env: CI: true