Merge pull request #61 from leafac/patch-1

Use npm ci instead of npm install
This commit is contained in:
Andy McKay
2019-10-08 08:23:04 -07:00
committed by GitHub
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm ci
npm run build --if-present
npm test
env: