Skip to content

Commit

Permalink
fix: heap size limit exceeded (OOM)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Feb 3, 2023
1 parent 858211a commit 0b9f3cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
scope: brianzinn

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

0 comments on commit 0b9f3cc

Please sign in to comment.