Update package.json / engines / node to 12+ due to deprecation of Node 10.

This commit is contained in:
David Anson 2021-10-30 17:32:51 -07:00
parent 2bde578a38
commit c4a7c87d69
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@
"test-extra": "ava --timeout=5m test/markdownlint-test-extra.js"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"dependencies": {
"markdown-it": "12.2.0"