mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-09 01:18:50 +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
|
|
@ -45,7 +45,7 @@
|
|||
"upgrade": "npx --yes npm-check-updates --upgrade"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
"node": ">=14"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "12.3.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue