Skip to content

Commit c538d4d

Browse files
committed
fix: updated Node options env var for release pipeline
1 parent 62b0566 commit c538d4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ env:
3131
FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
3232
FIREBASE_MEASUREMENT_ID: ${{ secrets.FIREBASE_MEASUREMENT_ID }}
3333
FIREBASE_DATABASE_URL: ${{ secrets.FIREBASE_DATABASE_URL }}
34+
NODE_OPTIONS: "--max_old_space_size=4096"
3435

3536
jobs:
3637
build:

0 commit comments

Comments
 (0)