From 6c2693dc588446d9aaf75538e812ba99ee20c195 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 4 Oct 2019 11:42:46 +0200 Subject: [PATCH] use npm ci instead of install --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c1d0637..6d5110f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,8 @@ jobs: with: node-version: '12.x' - run: npm version - - run: npm install + - run: npm ci + - run: npm audit - run: npm test - uses: ./ @@ -27,4 +28,4 @@ jobs: sonatypeSnapshots: true - run: cat ~/.m2/settings.xml - shell: bash \ No newline at end of file + shell: bash