We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f510cf commit 2bc0146Copy full SHA for 2bc0146
1 file changed
.github/workflows/playwright.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
- uses: pnpm/action-setup@v4
19
- name: Install dependencies
20
- run: pnpm install --strict-peer-dependencies=false
+ run: pnpm install --no-frozen-lockfile
21
- name: Install Playwright with deps
22
run: npx playwright install --with-deps
23
- name: Cache Next.js build artifacts
0 commit comments