fix: trimCache should remove Firefox too (#10872)

This commit is contained in:
Alex Rudenko 2023-09-11 08:59:19 +02:00 committed by GitHub
parent 24a357dbdb
commit acdd7d3cd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -357,7 +357,7 @@ export class PuppeteerNode extends Puppeteer {
}
await uninstall({
browser: SupportedBrowser.CHROME,
browser: installedBrowser.browser,
platform,
cacheDir,
buildId: installedBrowser.buildId,