chore(node): correct requirement to `Node.js 16` at least

This commit is contained in:
郭桓桓 2023-02-28 20:19:53 +08:00
parent c0d2969d87
commit c6ca99239e
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
},
"homepage": "https://github.com/kuohuanhuan/x-markdown-css#readme",
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"build": "grunt build",