Skip to content

Commit

Permalink
increase javascript heap size for build
Browse files Browse the repository at this point in the history
  • Loading branch information
krumware committed Jun 15, 2022
1 parent f6f6289 commit 4726af4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build-push-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
# Allow running workflow manually from the Actions tab
workflow_dispatch:

env:
NODE_OPTIONS: '--max_old_space_size=4096'

# Leaving in example for releases. Initially we simply push to 'latest'
# on:
# release:
Expand Down

0 comments on commit 4726af4

Please sign in to comment.