File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414 contents : read
1515
1616env :
17- NODE_OPTIONS : " --max-old-space-size=8192 "
17+ NODE_OPTIONS : " --max-old-space-size=16384 "
1818 CP_WEB_URL : https://flexgen-dev.reflex.dev/
1919 CP_BACKEND_URL : https://flexgen-dev.reflex.dev/
2020
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212 contents : read
1313
1414env :
15- NODE_OPTIONS : " --max-old-space-size=8192 "
15+ NODE_OPTIONS : " --max-old-space-size=16384 "
1616 FLY_API_TOKEN : ${{ secrets.PRD_FLY_API_TOKEN }}
1717
1818jobs :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313 contents : read
1414
1515env :
16- NODE_OPTIONS : " --max-old-space-size=8192 "
16+ NODE_OPTIONS : " --max-old-space-size=16384 "
1717 FLY_API_TOKEN : ${{ secrets.STG_FLY_API_TOKEN }}
1818 CP_WEB_URL : https://flexgen-staging.reflex.dev/
1919 CP_BACKEND_URL : https://flexgen-staging.reflex.dev/
You can’t perform that action at this time.
0 commit comments