0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 03:52:40 +00:00

Merge pull request #3136 from naturalcrit/DownNodeToV20_FixHerokuCrashes

Downgrade Node to v20 to fix Heroku
This commit is contained in:
Trevor Buckner
2023-11-08 16:37:30 -05:00
committed by GitHub
2 changed files with 14970 additions and 14970 deletions

2
package-lock.json generated
View File

@@ -60,7 +60,7 @@
"supertest": "^6.3.3" "supertest": "^6.3.3"
}, },
"engines": { "engines": {
"node": ">=20.8.x", "node": "^20.8.x",
"npm": "^10.2.x" "npm": "^10.2.x"
} }
}, },

View File

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