Skip to content

Commit

Permalink
attempt to fix pnpm in end-to-end checks
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed May 7, 2022
1 parent e876856 commit 1bd0094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Test pnpm
run: |
npm i -g pnpm@next
npm i -g pnpm@next-7
time make test-e2e-pnpm
- name: Test yarn
Expand Down

0 comments on commit 1bd0094

Please sign in to comment.