Skip to content

Commit 6ed66ef

Browse files
committed
fix
1 parent 859d5e4 commit 6ed66ef

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
@@ -25,6 +25,8 @@ jobs:
2525
version: 10.13.1
2626
run_install: false # do manual install to avoid heap memory errors
2727
- name: Install dependencies
28+
env:
29+
NODE_OPTIONS: --max_old_space_size=4096
2830
# lower parallelism to save RAM
2931
run: pnpm install --frozen-lockfile --network-concurrency=1
3032
- name: Build all packages

0 commit comments

Comments
 (0)