Skip to content

Commit caf911f

Browse files
committed
fix typo
1 parent 162845d commit caf911f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }}
120120

121121
- name: Install dependencies
122-
run: ppm install
122+
run: npm install
123123

124124
- name: Install Playwright Browsers
125125
run: npx playwright install --with-deps

0 commit comments

Comments
 (0)