Skip to content

Commit

Permalink
ci: fix versions again (#10996)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Sep 22, 2023
1 parent e2d4c9f commit 9676da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/chromium-support.md
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion versions.js
Expand Up @@ -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'],
Expand Down

0 comments on commit 9676da3

Please sign in to comment.