We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f5dda commit b6d44f8Copy full SHA for b6d44f8
1 file changed
.github/workflows/test-and-check.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: ${{ matrix.node-version }}
21
cache: 'pnpm'
22
- name: Install dependencies
23
- run: pnpm install
+ run: pnpm install --frozen-lockfile --child-concurrency=10
24
- name: Syncpack lint
25
run: pnpm check:deps
26
- name: Run linter
0 commit comments