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: with:
node-version: '12.x' node-version: '12.x'
- run: npm version - run: npm version
- run: npm install - run: npm ci
- run: npm audit
- run: npm test - run: npm test
- uses: ./ - uses: ./