Skip to content

Commit

Permalink
Increase memory available to node during builds
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Jun 22, 2022
1 parent b9cb0e6 commit 5a4f6e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildExamples.yml
Expand Up @@ -31,6 +31,8 @@ jobs:
run: yarn prepublish

- name: Build examples
env:
NODE_OPTIONS: "--max-old-space-size=6144"
run: yarn build-examples

- name: Test built examples
Expand Down

0 comments on commit 5a4f6e3

Please sign in to comment.