We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675a889 commit d376367Copy full SHA for d376367
1 file changed
.github/workflows/ci.yml
@@ -34,4 +34,5 @@ jobs:
34
node-version: ${{ matrix.node-version }}
35
cache: pnpm
36
- run: pnpm install
37
+ - run: pnpm dlx puppeteer browsers install chrome
38
- run: pnpm test
0 commit comments