mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Remove support for end-of-life Node 18 (continued).
This commit is contained in:
parent
6adfaf68b5
commit
4d8e79d33e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
"upgrade": "npx --yes npm-check-updates --upgrade"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": ">=20"
|
||||
},
|
||||
"dependencies": {
|
||||
"micromark": "4.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue