0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 21:42:44 +00:00

Downgrade Node to v20 to fix Heroku

Heroku is crashing on deployments that use Node 21. Not sure why.
This commit is contained in:
Trevor Buckner
2023-11-08 16:01:09 -05:00
parent ce946bda98
commit 18aca07e84
2 changed files with 14970 additions and 14970 deletions

View File

@@ -4,7 +4,7 @@
"version": "3.10.0",
"engines": {
"npm": "^10.2.x",
"node": ">=20.8.x"
"node": "^20.8.x"
},
"repository": {
"type": "git",