npm i → npm ci

pull/381/head
Denis Demchenko 5 years ago committed by GitHub
parent 4d66cad51e
commit ea8d9c5427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save