Skip to content

Commit 221be87

Browse files
fix: remove pnpm installation step and use npx for Playwright installation
1 parent 3ad19d2 commit 221be87

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/e2e-corn.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,8 @@ jobs:
2727
with:
2828
node-version: 22
2929

30-
- name: Install pnpm
31-
uses: pnpm/action-setup@v4
32-
with:
33-
version: 8.6.0
34-
run_install: false
35-
3630
- name: Install Playwright
37-
run: pnpm exec playwright install --with-deps
31+
run: npx exec playwright install --with-deps
3832

3933
- name: Run E2E tests
4034
env:

0 commit comments

Comments
 (0)