Skip to content

Commit

Permalink
πŸ’š Increase node build memory heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Mar 10, 2025
1 parent 1340064 commit 48bb487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
SENTRY_ORG: ${{ vars.SENTRY_ORG }}
SENTRY_PROJECT: ${{ vars.SENTRY_PROJECT }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
NODE_OPTIONS: --max_old_space_size=8192

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 48bb487

Please sign in to comment.