Update dependencies: c8 to 7.1.2 (work around c8 coverage bug on Node 10).

This commit is contained in:
David Anson 2020-05-14 21:27:36 -07:00
parent 87aac66d68
commit a66892a6bb
2 changed files with 6 additions and 2 deletions

View file

@ -24,5 +24,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install --no-package-lock
- name: Run Tests
- name: Run All Validations
if: ${{ matrix.node-version != '10.x' }}
run: npm run ci
- name: Run Tests Only
if: ${{ matrix.node-version == '10.x' }}
run: npm run test

View file

@ -39,7 +39,7 @@
"devDependencies": {
"@types/node": "~13.11.1",
"browserify": "~16.5.1",
"c8": "7.1.1",
"c8": "~7.1.2",
"cpy-cli": "~3.1.0",
"eslint": "~6.8.0",
"eslint-plugin-jsdoc": "~22.1.0",