Commit ec0a238a authored by 薛智杰's avatar 薛智杰

Merge branch 'fix/node' into 'master'

fix: node最低版本升级

See merge request !19
parents 9281eaf5 bd01da0c
......@@ -58,6 +58,10 @@
"git add"
]
},
"engines": {
"node": "^14.0.0 || ^16.0.0",
"npm": ">= 3.0.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment