Update to chromium 113

This commit is contained in:
Sparticuz 2023-05-03 16:09:17 -04:00
parent 9d49cf74d9
commit ffc8ec4c1d
4 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@ instance_size=c6i.12xlarge
ansible_connection=ssh ansible_connection=ssh
ansible_python_interpreter=auto_silent ansible_python_interpreter=auto_silent
ansible_ssh_private_key_file=ansible.pem ansible_ssh_private_key_file=ansible.pem
chromium_revision=1108766 chromium_revision=1121455

Binary file not shown.

BIN
bin/swiftshader.tar.br Executable file → Normal file

Binary file not shown.

View File

@ -143,7 +143,7 @@ class Chromium {
*/ */
static get args(): string[] { static get args(): string[] {
/** /**
* These are the default ares in puppeteer. * These are the default args in puppeteer.
* https://github.com/puppeteer/puppeteer/blob/3a31070d054fa3cd8116ca31c578807ed8d6f987/packages/puppeteer-core/src/node/ChromeLauncher.ts#L185 * https://github.com/puppeteer/puppeteer/blob/3a31070d054fa3cd8116ca31c578807ed8d6f987/packages/puppeteer-core/src/node/ChromeLauncher.ts#L185
*/ */
const puppeteerFlags = [ const puppeteerFlags = [