GoogleChrome / lighthouse-ci

Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
Apache License 2.0
6.41k stars 643 forks source link

fix(cli): use ProxyAgent instead of HttpsProxyAgent #1038

Closed l00sed closed 3 months ago

l00sed commented 4 months ago

Fixes https://github.com/GoogleChrome/lighthouse-ci/issues/867

google-cla[bot] commented 4 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

l00sed commented 4 months ago

Should fix this issue: https://github.com/GoogleChrome/lighthouse-ci/issues/867

l00sed commented 4 months ago

Oops, didn't realize I needed to sign the CLA. Should be good now.

connorjclark commented 3 months ago

Thanks!