Skip to content

Commit 674e038

Browse files
authored
chore: node heap macos runner 8GB (#947)
1 parent 8e0ef3a commit 674e038

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/twig-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
publish:
1414
runs-on: macos-latest
1515
env:
16+
NODE_OPTIONS: "--max-old-space-size=8192"
1617
NODE_ENV: production
1718
VITE_POSTHOG_API_KEY: ${{ secrets.VITE_POSTHOG_API_KEY }}
1819
VITE_POSTHOG_API_HOST: ${{ secrets.VITE_POSTHOG_API_HOST }}

0 commit comments

Comments
 (0)