Remove support for end-of-life Node 16 from helpers and micromark packages.

This commit is contained in:
David Anson 2024-02-29 23:10:09 -08:00
parent 28e1b23955
commit 902783df21
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
"bugs": "https://github.com/DavidAnson/markdownlint/issues",
"funding": "https://github.com/sponsors/DavidAnson",
"engines": {
"node": ">=16"
"node": ">=18"
},
"dependencies": {
"markdownlint-micromark": "0.1.2"

View file

@ -17,7 +17,7 @@
"build": "webpack --stats minimal"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"devDependencies": {
"micromark": "4.0.0",