Skip to content

Commit

Permalink
Further bump of Chrome as issue still isn't solved - this previously …
Browse files Browse the repository at this point in the history
…seemed to solve things
  • Loading branch information
eoghanmurray committed Dec 30, 2024
1 parent 8b0674e commit 6dda0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .puppeteerrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ const { join } = require('path');
module.exports = {
// Changes the cache location for Puppeteer.
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
browserRevision: '131.0.6778.87',
browserRevision: '131.0.6778.204',
};

0 comments on commit 6dda0ac

Please sign in to comment.