mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update packages.json/engines/node to ">=14.18.0" to reflect use of "node:" imports via require(...).
This commit is contained in:
parent
52044c8181
commit
1223a8a170
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
|||
"upgrade": "npx --yes npm-check-updates --upgrade"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
"node": ">=14.18.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "13.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue