Skip to content

Set npm proxy instead of yarn https-proxy

Btullis requested to merge add_npm_proxy into main

We have still seen failures to build on the trusted runners and it may be because Next.js is using npm to download a component.

This commit configures the npm proxy setting.

Bug: T365839

Merge request reports