Skip to content

Commit

Permalink
fix: attempt reduce heap allocation limit
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Feb 3, 2023
1 parent 0b9f3cc commit 607ceb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: install build react-babylon
env:
NODE_OPTIONS: "--max_old_space_size=4096"
NODE_OPTIONS: "--max_old_space_size=2048"
run: |
yarn install
yarn build
Expand Down

0 comments on commit 607ceb8

Please sign in to comment.