Use npm ci instead of npm install

This commit is contained in:
RA80533 2021-06-14 08:32:30 -04:00
parent 4463da3901
commit 940e4a13c1
No known key found for this signature in database
GPG key ID: BB4D9E2AD2E21B54

View file

@ -7,7 +7,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
run: npm ci
- name: Lint
run: npm run lint
- name: Run tests and collect coverage