Skip to content

Commit a1713b7

Browse files
committedFeb 8, 2020
Update required Node.js version to 10 (8 is no longer supported).
1 parent 6c13911 commit a1713b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎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": ">=8"
10+
"node": ">=10"
1111
},
1212
"scripts": {
1313
"invalid": "node ./markdownlint.js --config test/test-config.json -- test/incorrect.md",

0 commit comments

Comments
 (0)
Please sign in to comment.