ci: fix versions again (#10996)
This commit is contained in:
parent
e2d4c9f78e
commit
9676da3b51
@ -4,7 +4,7 @@ The following versions of Chromium are supported, mapped to Puppeteer version:
|
||||
|
||||
<!-- version-start -->
|
||||
|
||||
- [Chrome for Testing](https://goo.gle/chrome-for-testing) 117.0.5938.92 - [Puppeteer v21.3.1](https://pptr.dev/21.3.1)
|
||||
- [Chrome for Testing](https://goo.gle/chrome-for-testing) 117.0.5938.62 - [Puppeteer v21.3.0](https://pptr.dev/21.3.0)
|
||||
- [Chrome for Testing](https://goo.gle/chrome-for-testing) 116.0.5845.96 - [Puppeteer v21.1.0](https://pptr.dev/21.1.0)
|
||||
- [Chrome for Testing](https://goo.gle/chrome-for-testing) 115.0.5790.170 - [Puppeteer v21.0.2](https://pptr.dev/21.0.2)
|
||||
- [Chrome for Testing](https://goo.gle/chrome-for-testing) 115.0.5790.102 - [Puppeteer v21.0.0](https://pptr.dev/21.0.0)
|
||||
|
@ -17,7 +17,8 @@
|
||||
const versionsPerRelease = new Map([
|
||||
// This is a mapping from Chrome version => Puppeteer version.
|
||||
// In Chrome roll patches, use `NEXT` for the Puppeteer version.
|
||||
['117.0.5938.92', 'v21.3.1'],
|
||||
['117.0.5938.92', 'NEXT'],
|
||||
['117.0.5938.62', 'v21.3.0'],
|
||||
['116.0.5845.96', 'v21.1.0'],
|
||||
['115.0.5790.170', 'v21.0.2'],
|
||||
['115.0.5790.102', 'v21.0.0'],
|
||||
|
Loading…
Reference in New Issue
Block a user