fix: roll to Chrome 122.0.6261.128 (r1250580) (#12078)

This commit is contained in:
browser-automation-bot 2024-03-13 13:45:12 +01:00 committed by GitHub
parent 40be6575ec
commit ef7a9eac16
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: '122.0.6261.111',
'chrome-headless-shell': '122.0.6261.111',
chrome: '122.0.6261.128',
'chrome-headless-shell': '122.0.6261.128',
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.
['122.0.6261.128', 'NEXT'],
['122.0.6261.111', 'v22.4.1'],
['122.0.6261.94', 'v22.4.0'],
['122.0.6261.69', 'v22.3.0'],