chore: Respect HTTP(S) proxy env variable for Yarn (#50322)

Respect HTTP(S) proxy env variable for Yarn

Co-authored-by: Filip Mösner <filip.mosner@seznam.cz>
This commit is contained in:
John Kleinschmidt
2026-03-18 17:13:05 -04:00
committed by GitHub
parent 12ea28c23e
commit a6a44692dc

View File

@@ -9,4 +9,8 @@ npmMinimalAgeGate: 10080
npmPreapprovedPackages:
- "@electron/*"
httpProxy: "${HTTP_PROXY:-}"
httpsProxy: "${HTTPS_PROXY:-}"
yarnPath: .yarn/releases/yarn-4.12.0.cjs