Skip to content

Commit

Permalink
increase heap space for build
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Jul 14, 2023
1 parent d2ad39f commit 0c0f0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm install

- name: NPM Build
run: SERVER_ROOT=https://playground.accordproject.org && npm run build
run: SERVER_ROOT=https://playground.accordproject.org && NODE_OPTIONS=--max_old_space_size=8192 npm run build
if: github.ref == 'refs/heads/main'

- name: Set S3
Expand Down

0 comments on commit 0c0f0cb

Please sign in to comment.