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