Skip to content

Commit ec25c69

Browse files
authored
fix(ci): increase Node heap size (#909)
1 parent 4645b14 commit ec25c69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888

8989
- name: Package Electron app
9090
run: pnpm --filter twig run package
91+
env:
92+
NODE_OPTIONS: "--max-old-space-size=4096"
9193

9294
- name: Install Playwright
9395
if: steps.playwright-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)