mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Remove support for end-of-life Node.js version 6.
This commit is contained in:
parent
b55d51cf23
commit
dba6d4994b
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
- "12"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"example": "cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
"node": ">=8"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "8.4.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue