fix: roll to Chrome 122.0.6261.94 (r1250580) (#12012)

This commit is contained in:
browser-automation-bot 2024-02-28 09:29:58 +01:00 committed by GitHub
parent 1051fb6d2c
commit 7ba5529f8d
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.69',
'chrome-headless-shell': '122.0.6261.69',
chrome: '122.0.6261.94',
'chrome-headless-shell': '122.0.6261.94',
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.94', 'NEXT'],
['122.0.6261.69', 'v22.3.0'],
['122.0.6261.57', 'v22.2.0'],
['121.0.6167.85', 'v21.9.0'],