From 6e4368ae6caa6d7fb9ea185543176869096daedc Mon Sep 17 00:00:00 2001 From: Julien Marcil Date: Tue, 15 Apr 2025 09:19:40 -0400 Subject: [PATCH] fix: configure max_old_space_size for firebase deploy --- .github/workflows/deploy-firebase.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-firebase.yml b/.github/workflows/deploy-firebase.yml index 768ddba..5cddbcb 100644 --- a/.github/workflows/deploy-firebase.yml +++ b/.github/workflows/deploy-firebase.yml @@ -66,6 +66,7 @@ jobs: run: npx firebase ${{ inputs.firebase-command }} env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} + NODE_OPTIONS: --max_old_space_size=4096 - name: write firebase output step summary run: |