mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Remove Node 10.x logic from CI workflow. (#465)
This commit is contained in:
parent
109e0d8cb6
commit
5167f0e576
1 changed files with 2 additions and 2 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' && matrix.node-version != '12.x' }}
|
||||
if: ${{ matrix.node-version != '12.x' }}
|
||||
run: npm run ci
|
||||
- name: Run Tests Only
|
||||
if: ${{ matrix.node-version == '10.x' || matrix.node-version == '12.x' }}
|
||||
if: ${{ matrix.node-version == '12.x' }}
|
||||
run: npm run test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue