Skip to content

Commit 902783d

Browse files
committed
Remove support for end-of-life Node 16 from helpers and micromark packages.
1 parent 28e1b23 commit 902783d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"bugs": "https://github.com/DavidAnson/markdownlint/issues",
1515
"funding": "https://github.com/sponsors/DavidAnson",
1616
"engines": {
17-
"node": ">=16"
17+
"node": ">=18"
1818
},
1919
"dependencies": {
2020
"markdownlint-micromark": "0.1.2"

micromark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": "webpack --stats minimal"
1818
},
1919
"engines": {
20-
"node": ">=16"
20+
"node": ">=18"
2121
},
2222
"devDependencies": {
2323
"micromark": "4.0.0",

0 commit comments

Comments
 (0)