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:
Alex van Andel 2021-08-22 15:10:28 +01:00 committed by GitHub
parent bc97237858
commit aec22d9362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",