Skip to content

Commit

Permalink
add NODE_OPTIONS: --max_old_space_size=4096
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Sep 8, 2023
1 parent 2a3c31a commit 7b4397e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
env:
REACT_APP_SENTRY_DSN": ${{ secrets.SENTRY_DSN }}
REACT_APP_AMPLITUDE_API_KEY: ${{ secrets.AMPLITUDE_API_KEY }}
NODE_OPTIONS: "--max_old_space_size=4096"

jobs:
build:
Expand Down

0 comments on commit 7b4397e

Please sign in to comment.