mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat: roll to Chrome 116.0.5845.96 (r1160321) (#10735)
This commit is contained in:
committed by
GitHub
parent
6bb3e452f8
commit
e12b558f50
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user