fix: roll to Chrome 122.0.6261.69 (r1250580) (#11991)

This commit is contained in:
browser-automation-bot 2024-02-23 10:28:32 +01:00 committed by GitHub
parent 3a467c39cb
commit eb2c33485e
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.57',
'chrome-headless-shell': '122.0.6261.57',
chrome: '122.0.6261.69',
'chrome-headless-shell': '122.0.6261.69',
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.69', 'NEXT'],
['122.0.6261.57', 'v22.2.0'],
['121.0.6167.85', 'v21.9.0'],
['120.0.6099.109', 'v21.8.0'],