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