mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-19 07:20:13 +01:00
Update dependencies: c8 to 7.1.2 (work around c8 coverage bug on Node 10).
This commit is contained in:
parent
87aac66d68
commit
a66892a6bb
2 changed files with 6 additions and 2 deletions
6
.github/workflows/nodejs.yml
vendored
6
.github/workflows/nodejs.yml
vendored
|
|
@ -24,5 +24,9 @@ jobs:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install --no-package-lock
|
run: npm install --no-package-lock
|
||||||
- name: Run Tests
|
- name: Run All Validations
|
||||||
|
if: ${{ matrix.node-version != '10.x' }}
|
||||||
run: npm run ci
|
run: npm run ci
|
||||||
|
- name: Run Tests Only
|
||||||
|
if: ${{ matrix.node-version == '10.x' }}
|
||||||
|
run: npm run test
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "~13.11.1",
|
"@types/node": "~13.11.1",
|
||||||
"browserify": "~16.5.1",
|
"browserify": "~16.5.1",
|
||||||
"c8": "7.1.1",
|
"c8": "~7.1.2",
|
||||||
"cpy-cli": "~3.1.0",
|
"cpy-cli": "~3.1.0",
|
||||||
"eslint": "~6.8.0",
|
"eslint": "~6.8.0",
|
||||||
"eslint-plugin-jsdoc": "~22.1.0",
|
"eslint-plugin-jsdoc": "~22.1.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue