feat: roll to Chrome 116.0.5845.96 (r1160321) (#10735)

This commit is contained in:
browser-automation-bot
2023-08-16 09:32:24 +02:00
committed by GitHub
parent 6bb3e452f8
commit e12b558f50
4 changed files with 12 additions and 11 deletions

View File

@@ -17,6 +17,7 @@
const versionsPerRelease = new Map([
// This is a mapping from Chrome version => Puppeteer version.
// In Chrome roll patches, use `NEXT` for the Puppeteer version.
['116.0.5845.96', 'NEXT'],
['115.0.5790.170', 'v21.0.2'],
['115.0.5790.102', 'v21.0.0'],
['115.0.5790.98', 'v20.9.0'],
@@ -64,7 +65,7 @@ const versionsPerRelease = new Map([
]);
// Should not be more than 2 major versions behind Chrome Stable (https://chromestatus.com/roadmap).
const lastMaintainedChromeVersion = '113.0.5672.63';
const lastMaintainedChromeVersion = '114.0.5735.90';
if (!versionsPerRelease.has(lastMaintainedChromeVersion)) {
throw new Error(