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", "bugs": "https://github.com/DavidAnson/markdownlint/issues",
"funding": "https://github.com/sponsors/DavidAnson", "funding": "https://github.com/sponsors/DavidAnson",
"engines": { "engines": {
"node": ">=16" "node": ">=18"
}, },
"dependencies": { "dependencies": {
"markdownlint-micromark": "0.1.2" "markdownlint-micromark": "0.1.2"

View file

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