Skip to content

Commit fdb4a6c

Browse files
committed
ci
1 parent 149a81e commit fdb4a6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
cache: 'pnpm'
31+
- name: Configure pnpm (low concurrency)
32+
run: |
33+
echo "child-concurrency=2" >> .npmrc
3134
- name: Install dependencies
3235
run: pnpm install --network-concurrency 2
3336
- name: Build all packages

0 commit comments

Comments
 (0)