use npm ci instead of install

This commit is contained in:
Slawomir Jaranowski
2019-10-04 11:42:46 +02:00
parent 12ff0e5d80
commit 6c2693dc58

View File

@ -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
shell: bash