1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

npm i → npm ci

This commit is contained in:
Denis Demchenko 2019-10-02 21:50:47 +03:00 committed by GitHub
parent 4d66cad51e
commit ea8d9c5427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
- name: npm ci, build, and test
run: |
npm install
npm ci
npm run lint
npm run build
npm test