Angel Williams
Angel Williams
Our graphql schema has module.exports and that is how all our code is handled. is there a solution for it?
**Describe the bug** Here is my Code in the config file: ```module.exports = { extends: 'lighthouse:default', settings: { skipAudits: [ 'is-on-https', 'redirects-http', 'uses-http2', ], }, } ``` here is how...
We run this as our github self-hosted runners (amazon linux) When I try to use this action I get nothing but errors: setup chromium latest Attempting to download latest... Acquiring...
When I try to install any version of chrome I get this error in the workflow: ``` Installing chromium... Error: Unable to locate executable file: ar. Please verify either the...