Skip to content

Commit b6d44f8

Browse files
committed
chore: add --frozen-lockfile and --child-concurrency flags to pnpm install in CI
1 parent 93f5dda commit b6d44f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: ${{ matrix.node-version }}
2121
cache: 'pnpm'
2222
- name: Install dependencies
23-
run: pnpm install
23+
run: pnpm install --frozen-lockfile --child-concurrency=10
2424
- name: Syncpack lint
2525
run: pnpm check:deps
2626
- name: Run linter

0 commit comments

Comments
 (0)