mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 07:48:22 +08:00
feat: node version >=16.0.0 (#605)
This commit is contained in:
parent
39e317481d
commit
565772bd27
|
@ -87,5 +87,8 @@
|
||||||
"*.{html,vue,css,sass,less}": [
|
"*.{html,vue,css,sass,less}": [
|
||||||
"npm run stylelint:fix"
|
"npm run stylelint:fix"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=16.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user