Skip to content

Commit 14b34fa

Browse files
authored
Remove support for end-of-life Node.js version 14 (continued).
1 parent e7deee5 commit 14b34fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"markdownlint": "markdownlint.js"
88
},
99
"engines": {
10-
"node": ">=14"
10+
"node": ">=16"
1111
},
1212
"scripts": {
1313
"invalid": "node ./markdownlint.js --config test/test-config.json -- test/incorrect.md",

0 commit comments

Comments
 (0)