Skip to content

Commit

Permalink
Bump Chrome to see if it solves following issue in github actions:
Browse files Browse the repository at this point in the history
Failed to launch the browser process! [...FATAL:zygote_host_impl_linux.cc(117)] No usable sandbox! Update your kernel ...
  • Loading branch information
eoghanmurray committed Dec 19, 2024
1 parent 729c3f3 commit 6620259
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: '115.0.5763.0',
browserRevision: '131.0.6778.204',
};

0 comments on commit 6620259

Please sign in to comment.