Skip to content

Commit 1133ac8

Browse files
committed
puppeteer not auto installing
1 parent f7542de commit 1133ac8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ runs:
3939

4040
- run: pnpm install ${{ fromJSON('{"false":"--no-lockfile", "true":"--frozen-lockfile"}')[inputs.use_lockfile] }}
4141
shell: bash
42+
43+
- run: pnpm puppeteer browsers install chrome
44+
shell: bash

0 commit comments

Comments
 (0)