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:
@@ -12,6 +12,9 @@
|
||||
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/react": "^1.4.0",
|
||||
"@heroicons/react": "^1.0.4",
|
||||
|
||||
Reference in New Issue
Block a user