Skip to content

Commit

Permalink
CI: fix puppeteer installation
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Mar 15, 2024
1 parent 3f66b76 commit dd1aaab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .puppeteerrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
* can reliably find the installed chrome binary
*/
cacheDirectory: join(__dirname, 'node_modules', '.cache', 'puppeteer'),
downloadBaseUrl: 'https://storage.googleapis.com/chrome-for-testing-public',
experiments: {
/**
* This can also be configured / overridden with the
Expand Down

0 comments on commit dd1aaab

Please sign in to comment.