feat: node version >=16.0.0 (#605)

This commit is contained in:
liweijie0812 2023-09-22 18:27:47 +08:00 committed by GitHub
parent 39e317481d
commit 565772bd27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,5 +87,8 @@
"*.{html,vue,css,sass,less}": [
"npm run stylelint:fix"
]
},
"engines": {
"node": ">=16.0.0"
}
}