Skip to content

Commit

Permalink
Update required Node.js version to 10 (8 is no longer supported).
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Feb 8, 2020
1 parent 6c13911 commit a1713b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"markdownlint": "markdownlint.js"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"scripts": {
"invalid": "node ./markdownlint.js --config test/test-config.json -- test/incorrect.md",
Expand Down

0 comments on commit a1713b7

Please sign in to comment.