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 f7542de commit 1133ac8Copy full SHA for 1133ac8
.github/actions/setup/action.yml
@@ -39,3 +39,6 @@ runs:
39
40
- run: pnpm install ${{ fromJSON('{"false":"--no-lockfile", "true":"--frozen-lockfile"}')[inputs.use_lockfile] }}
41
shell: bash
42
+
43
+ - run: pnpm puppeteer browsers install chrome
44
+ shell: bash
0 commit comments