1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +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

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