fix: node version campatible issue

This commit is contained in:
mrdulin 2023-02-21 11:25:40 +08:00
parent b36a4ce00b
commit 6ae2fc52a1
2 changed files with 5 additions and 0 deletions

2
.npmrc Normal file
View File

@ -0,0 +1,2 @@
registry=https://registry.npmjs.org/
engine-strict=true

View File

@ -74,5 +74,8 @@
"typescript": "^4.9.4",
"vite": "^4.0.0",
"vite-tsconfig-paths": "^4.0.2"
},
"engines": {
"node": "^14.18.0 || ^16.0.0"
}
}