Skip to content

Commit

Permalink
Use pnpm 6 (#11477)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Sep 9, 2021
1 parent 6739679 commit d3d1bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-package-test.yml
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Install Client Package
if: ${{ matrix.NPM_CLIENT == 'pnpm' }}
run: npm install --global pnpm@5
run: npm install --global pnpm

- name: Run Tests
run: yarn test:dev-package --maxWorkers=2

0 comments on commit d3d1bc1

Please sign in to comment.