Skip to content

Commit

Permalink
fix: roll to Chrome 126.0.6478.126 (r1300313) (puppeteer#12656)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot authored Jun 25, 2024
1 parent fbd6ca5 commit 32ed82c
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: '126.0.6478.63',
'chrome-headless-shell': '126.0.6478.63',
chrome: '126.0.6478.126',
'chrome-headless-shell': '126.0.6478.126',
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.
['126.0.6478.126', 'NEXT'],
['126.0.6478.63', 'v22.12.0'],
['126.0.6478.61', 'v22.11.1'],
['126.0.6478.55', 'v22.11.0'],
Expand Down

0 comments on commit 32ed82c

Please sign in to comment.