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:
parent
4d66cad51e
commit
ea8d9c5427
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@ -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…
Reference in New Issue
Block a user