How to set proxy in shopify checkout extension app?

I am getting shopify ECONNRESET issue when I try to deploy the app using npm run deploy command. I am using GitLab CI/CD pipeline. There is no issue When I use a global Node image however, using node image present in artifactory of the company give ECONNRESET issue during the call made to

https://partners-extensions-scripts-bucket.storage.googleapis.com/deployments/106976935937/756bc50a-a818-4691-a45b-e26e3a0883d9/bundle.zip?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=argo-project-sa%40shopify-tiers.iam.gserviceaccount.com%2F20240510%2Fauto%2Fstorage%2Fgoog4_request&

I think it’s because of proxy since I was able to deploy using global node image:18. I added proxy in gitlab-ci.yml file but it didn’t work. It seem shopify CLI dropped the proxy.

export https_proxy: http://***********.com:8080

Can someone please help me how I can add proxy in shopify Cli? Here is the screenshot of error I am getting in build CI/CD pipeline