Skip to content

Commit 2008a38

Browse files
committed
ci
1 parent fdb4a6c commit 2008a38

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ jobs:
3030
cache: 'pnpm'
3131
- name: Configure pnpm (low concurrency)
3232
run: |
33-
echo "child-concurrency=2" >> .npmrc
33+
echo "child-concurrency=1" >> .npmrc
3434
- name: Install dependencies
35-
run: pnpm install --network-concurrency 2
35+
run: |
36+
export NODE_OPTIONS="--max_old_space_size=4096"
37+
pnpm install --network-concurrency 1
3638
- name: Build all packages
3739
run: pnpm build
3840
- name: Run linter

0 commit comments

Comments
 (0)