We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cafb40 commit 993be91Copy full SHA for 993be91
.github/workflows/npm-publish.yml
@@ -17,6 +17,8 @@ jobs:
17
with:
18
node-version: 24
19
- run: npm ci
20
+ - name: Install Playwright Browsers
21
+ run: npx playwright install --with-deps chromium
22
- run: npm test
23
24
publish-npm:
0 commit comments