Skip to content

Commit

Permalink
Merge pull request #1543 from tradingview/fix_ci_pipeline_puppeteer_i…
Browse files Browse the repository at this point in the history
…nstallation

Fix puppeteer installation on CI
  • Loading branch information
SlicedSilver authored Mar 15, 2024
2 parents 3f66b76 + dd1aaab commit 0eef9d7
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 0eef9d7

Please sign in to comment.