mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00: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 }}
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue