Skip to content

Commit 52ed6a8

Browse files
committed
feat(node): Minimal node version 16
BREAKING CHANGE: Dropping suppoer for Node 14
1 parent 2bad7da commit 52ed6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.4.5",
44
"description": "a little cli to turn html to markdown",
55
"engines": {
6-
"node": ">=14.16"
6+
"node": ">=16"
77
},
88
"type": "module",
99
"main": "dist/html2md.js",

0 commit comments

Comments
 (0)