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