fix: roll to Chrome 124.0.6367.207 (r1274542) (#12436)

This commit is contained in:
browser-automation-bot 2024-05-14 08:14:09 +02:00 committed by GitHub
parent b511e822c9
commit 0ef192097a
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.201',
'chrome-headless-shell': '124.0.6367.201',
chrome: '124.0.6367.207',
'chrome-headless-shell': '124.0.6367.207',
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.207', 'NEXT'],
['124.0.6367.201', 'v22.8.1'],
['124.0.6367.91', 'v22.8.0'],
['124.0.6367.78', 'v22.7.1'],