mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat: roll to Chrome 123.0.6312.58 (r1262506) (#12110)
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
This commit is contained in:
committed by
GitHub
parent
e6e861ce1d
commit
6f5b3bc9b8
@@ -99,6 +99,12 @@ async function updateDevToolsProtocolVersion(revision) {
|
||||
`"devtools-protocol": "${currentProtocol}"`,
|
||||
`"devtools-protocol": "${bestNewProtocol}"`
|
||||
);
|
||||
|
||||
await replaceInFile(
|
||||
'./packages/puppeteer/package.json',
|
||||
`"devtools-protocol": "${currentProtocol}"`,
|
||||
`"devtools-protocol": "${bestNewProtocol}"`
|
||||
);
|
||||
}
|
||||
|
||||
async function updateVersionFileLastMaintained(oldVersion, newVersion) {
|
||||
|
||||
Reference in New Issue
Block a user