We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859d5e4 commit 6ed66efCopy full SHA for 6ed66ef
.github/workflows/test.yml
@@ -25,6 +25,8 @@ jobs:
25
version: 10.13.1
26
run_install: false # do manual install to avoid heap memory errors
27
- name: Install dependencies
28
+ env:
29
+ NODE_OPTIONS: --max_old_space_size=4096
30
# lower parallelism to save RAM
31
run: pnpm install --frozen-lockfile --network-concurrency=1
32
- name: Build all packages
0 commit comments