We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b79d0 commit cb40275Copy full SHA for cb40275
.github/workflows/playwright.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: 16
16
- run: npm install -g pnpm
17
- name: Install dependencies
18
- run: pnpm install
+ run: npm install
19
# run: npx playwright install --with-deps
20
# run: pnpm dlx playwright test
21
# - uses: actions/upload-artifact@v3
0 commit comments