Skip to content

Commit dcdc6a4

Browse files
committed
force install chrome for puppeteer
1 parent 0a51f6c commit dcdc6a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
name: Install
8989
run: npm ci
9090

91+
- name: Install Chrome for Puppeteer
92+
run: npx puppeteer browsers install chrome
93+
9194
- name: Build
9295
run: npm run build
9396

0 commit comments

Comments
 (0)