Skip to content

Commit

Permalink
Use puppeteer CLI to install browser in CI (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis authored Dec 12, 2023
1 parent 8e8976e commit ec69648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Install Puppeteer
if: steps.puppeteer-cache.outputs.cache-hit != 'true'
run: node node_modules/puppeteer/install.mjs
run: pnpm puppeteer browsers install chrome

- name: Build
run: pnpm build
Expand Down

0 comments on commit ec69648

Please sign in to comment.