Skip to content

Commit 2bc0146

Browse files
committed
testing testing testing
1 parent 0f510cf commit 2bc0146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: pnpm/action-setup@v4
1919
- name: Install dependencies
20-
run: pnpm install --strict-peer-dependencies=false
20+
run: pnpm install --no-frozen-lockfile
2121
- name: Install Playwright with deps
2222
run: npx playwright install --with-deps
2323
- name: Cache Next.js build artifacts

0 commit comments

Comments
 (0)