mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Use require.resolve as a fallback of path.resolve (#342)
This commit is contained in:
parent
bc0b7373ff
commit
4bff44e33f
9 changed files with 5672 additions and 8 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -27,8 +27,8 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: npm install --no-package-lock
|
||||
- name: Run All Validations
|
||||
if: ${{ matrix.node-version != '10.x' }}
|
||||
if: ${{ matrix.node-version == '14.x' }}
|
||||
run: npm run ci
|
||||
- name: Run Tests Only
|
||||
if: ${{ matrix.node-version == '10.x' }}
|
||||
if: ${{ matrix.node-version != '14.x' }}
|
||||
run: npm run test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue