fix: roll to Chrome 124.0.6367.78 (r1274542) (#12314)

This commit is contained in:
browser-automation-bot 2024-04-24 10:44:50 +02:00 committed by GitHub
parent 165e3ec10d
commit 1241ccc908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@
* @internal
*/
export const PUPPETEER_REVISIONS = Object.freeze({
chrome: '124.0.6367.60',
'chrome-headless-shell': '124.0.6367.60',
chrome: '124.0.6367.78',
'chrome-headless-shell': '124.0.6367.78',
firefox: 'latest',
});

View File

@ -7,6 +7,7 @@
const versionsPerRelease = new Map([
// This is a mapping from Chrome version => Puppeteer version.
// In Chrome roll patches, use `NEXT` for the Puppeteer version.
['124.0.6367.78', 'NEXT'],
['124.0.6367.60', 'v22.7.0'],
['123.0.6312.122', 'v22.6.4'],
['123.0.6312.105', 'v22.6.3'],