🔀 Merge pull request #1178 from baifengheixi/master

🔧 Set range of node version in package.json
This commit is contained in:
Alicia Sykes 2023-05-20 19:23:03 +01:00 committed by GitHub
commit 79bbc3785a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
"vue-template-compiler": "^2.7.0"
},
"engines": {
"node": ">=16.0.0"
"node": ">=16.0.0 <18.0.0"
},
"eslintConfig": {
"root": true,