mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-19 05:46:09 +01:00
Remove support for end-of-life Node 14.
This commit is contained in:
parent
bcb8c1c008
commit
b3e7461978
2 changed files with 2 additions and 5 deletions
|
|
@ -60,7 +60,7 @@
|
|||
"upgrade": "npx --yes npm-check-updates --upgrade"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.18.0"
|
||||
"node": ">=16"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "13.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue