Skip to content

Commit cb40275

Browse files
committed
github actions
1 parent d1b79d0 commit cb40275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: 16
1616
- run: npm install -g pnpm
1717
- name: Install dependencies
18-
run: pnpm install
18+
run: npm install
1919
# run: npx playwright install --with-deps
2020
# run: pnpm dlx playwright test
2121
# - uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)