Skip to content

Commit

Permalink
fix: specify Puppeteer version for Chromium 105.0.5173.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Aug 10, 2022
1 parent 837b10b commit d774b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.js
Expand Up @@ -17,7 +17,7 @@
const versionsPerRelease = new Map([
// This is a mapping from Chromium version => Puppeteer version.
// In Chromium roll patches, use 'NEXT' for the Puppeteer version.
['105.0.5173.0', 'NEXT'],
['105.0.5173.0', 'v15.5.0'],
['104.0.5109.0', 'v15.1.0'],
['103.0.5059.0', 'v14.2.0'],
['102.0.5002.0', 'v14.0.0'],
Expand Down

0 comments on commit d774b08

Please sign in to comment.