Skip to content

Commit

Permalink
Drop chrome down again as getting overwhelmed with issues so will see…
Browse files Browse the repository at this point in the history
… if this LTS version also solves:

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 20, 2024
1 parent 9693697 commit 6d3047a
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.204',
browserRevision: '126.0.6478.260',
};

0 comments on commit 6d3047a

Please sign in to comment.