We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04517c6 commit b418d6eCopy full SHA for b418d6e
.github/workflows/verify-node.yml
@@ -29,7 +29,7 @@ jobs:
29
cache: npm
30
31
- name: Install Playwright dependencies
32
- run: npx playwright install-deps
+ run: npx playwright install --with-deps
33
34
# Set up GitHub Actions caching for Wireit.
35
- uses: google/wireit@setup-github-actions-caching/v1
@@ -71,7 +71,7 @@ jobs:
71
cache: 'npm'
72
73
74
75
76
77
0 commit comments