Skip to content

Commit

Permalink
fix: playwright e2e (vercel#631)
Browse files Browse the repository at this point in the history
### Description

#### Problem
When updating the internal pnpm lockfile to
[v6](pnpm/pnpm#5810) ci stopped working because
it couldn't parse the lockfile correctly via `pnpm i --frozen-lockfile
--ignore-scripts`.

#### Solution
By updating pnpm to 8.2.0 we can solve this issue, and turborepo needs
to be updated as well to understand the new lockfiles otherwise it
crashes while trying to parse them.


<!--
Provide a URL to a live deployment where we can test your PR. If a demo
isn't possible feel free to omit this section.
-->

### Type of Change

- [ ] New Example
- [ ] Example updates (Bug fixes, new features, etc.)
- [x] Other (changes to the codebase, but not to examples)
  • Loading branch information
lpalmes authored Apr 14, 2023
1 parent 9fe617e commit 07e6939
Show file tree
Hide file tree
Showing 74 changed files with 33,967 additions and 32,274 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/[email protected]
with:
version: 7.12.1
version: 8.2.0

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/[email protected]
with:
version: 7.12.1
version: 8.2.0

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/[email protected]
with:
version: 7.12.1
version: 8.2.0

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
Loading

0 comments on commit 07e6939

Please sign in to comment.