We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1872bc + c498b98 commit dc95011Copy full SHA for dc95011
1 file changed
.github/workflows/build-lint-test.yml
@@ -146,6 +146,8 @@ jobs:
146
key: ${{ runner.os }}-yarn-22-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
147
- run: yarn install --immutable
148
if: steps.yarn-cache.outputs.cache-hit != 'true'
149
+ - name: Install Chrome for Puppeteer
150
+ run: npx puppeteer browsers install chrome
151
- uses: actions/cache@v4
152
id: dist
153
name: Cache dist
0 commit comments