Skip to content

Commit

Permalink
fix: roll to Chrome 122.0.6261.69 (r1250580) (#11991)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot committed Feb 23, 2024
1 parent 3a467c3 commit eb2c334
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/puppeteer-core/src/revisions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});
1 change: 1 addition & 0 deletions versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit eb2c334

Please sign in to comment.