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 149a81e commit fdb4a6cCopy full SHA for fdb4a6c
.github/workflows/test.yml
@@ -28,6 +28,9 @@ jobs:
28
with:
29
node-version: ${{ matrix.node-version }}
30
cache: 'pnpm'
31
+ - name: Configure pnpm (low concurrency)
32
+ run: |
33
+ echo "child-concurrency=2" >> .npmrc
34
- name: Install dependencies
35
run: pnpm install --network-concurrency 2
36
- name: Build all packages
0 commit comments