Skip to content

Commit

Permalink
fix: updated Node options env var for release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleySuira committed Dec 30, 2022
1 parent 62b0566 commit c538d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ env:
FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
FIREBASE_MEASUREMENT_ID: ${{ secrets.FIREBASE_MEASUREMENT_ID }}
FIREBASE_DATABASE_URL: ${{ secrets.FIREBASE_DATABASE_URL }}
NODE_OPTIONS: "--max_old_space_size=4096"

jobs:
build:
Expand Down

0 comments on commit c538d4d

Please sign in to comment.