increase javascript heap size for build

This commit is contained in:
Colin Griffin
2022-06-15 17:37:43 -04:00
parent f6f6289578
commit 4726af439b

View File

@@ -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: