Lock NodeJS version to 14 for now (#510)
* Locked node to ^14.0.0 Co-authored-by: sudo29 <sripadgarodia@gmail.com>
This commit is contained in:
parent
bc97237858
commit
aec22d9362
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
||||||
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
|
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
|
||||||
"prepare": "husky install"
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "^14.0.0"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@headlessui/react": "^1.4.0",
|
"@headlessui/react": "^1.4.0",
|
||||||
"@heroicons/react": "^1.0.4",
|
"@heroicons/react": "^1.0.4",
|
||||||
|
|
Loading…
Reference in a new issue