mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Remove support for end-of-life Node.js version 12.
This commit is contained in:
parent
7a5886b976
commit
02afeb5bc0
2 changed files with 2 additions and 6 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||||
node-version: [12.x, 14.x, 16.x, 18.x]
|
node-version: [14.x, 16.x, 18.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
@ -27,8 +27,4 @@ jobs:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install --no-package-lock
|
run: npm install --no-package-lock
|
||||||
- name: Run All Validations
|
- name: Run All Validations
|
||||||
if: ${{ matrix.node-version != '12.x' }}
|
|
||||||
run: npm run ci
|
run: npm run ci
|
||||||
- name: Run Tests Only
|
|
||||||
if: ${{ matrix.node-version == '12.x' }}
|
|
||||||
run: npm run test
|
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
"upgrade": "npx --yes npm-check-updates --upgrade"
|
"upgrade": "npx --yes npm-check-updates --upgrade"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=14"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"markdown-it": "12.3.2"
|
"markdown-it": "12.3.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue