CI - use ci instead of install
parent
9ae3c340cb
commit
e9c43c6900
|
@ -21,7 +21,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
- run: |
|
- run: |
|
||||||
npm install
|
npm ci
|
||||||
npm run lint
|
npm run lint
|
||||||
npm run build
|
npm run build
|
||||||
- name: Setup version
|
- name: Setup version
|
||||||
|
|
Loading…
Reference in New Issue