We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a51f6c commit dcdc6a4Copy full SHA for dcdc6a4
1 file changed
.github/workflows/ci.yml
@@ -88,6 +88,9 @@ jobs:
88
name: Install
89
run: npm ci
90
91
+ - name: Install Chrome for Puppeteer
92
+ run: npx puppeteer browsers install chrome
93
+
94
- name: Build
95
run: npm run build
96
0 commit comments