Skip to content

Commit 8938cdd

Browse files
committed
fix: increase node max heap allocation
1 parent b5b0a0e commit 8938cdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,8 @@ jobs:
666666
name: make gen
667667

668668
- run: pnpm build
669+
env:
670+
NODE_OPTIONS: "--max_old_space_size=8192"
669671
working-directory: site
670672

671673
- run: pnpm playwright:install

0 commit comments

Comments
 (0)