mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-28 11:25:25 +03:00
🔀 Merge pull request #1178 from baifengheixi/master
🔧 Set range of node version in package.json
This commit is contained in:
commit
79bbc3785a
@ -67,7 +67,7 @@
|
|||||||
"vue-template-compiler": "^2.7.0"
|
"vue-template-compiler": "^2.7.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.0.0"
|
"node": ">=16.0.0 <18.0.0"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"root": true,
|
"root": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user