From a08b7af8ca90277bbca024f77caf1f1d35ba0f6d Mon Sep 17 00:00:00 2001 From: Armando Diaz Date: Thu, 16 Oct 2025 12:07:30 -0500 Subject: [PATCH] update npm repo --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9cd275c..b1926e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,7 @@ test: - apk add curl script: - cd frontend - - curl -s -u $ARTIFACTORY_USERNAME:$ARTIFACTORY_API_TOKEN -k https://sres.web.boeing.com/artifactory/api/npm/auth > $HOME/.npmrc - - npm config set registry https://sres.web.boeing.com/artifactory/api/npm/npm-releases + - npm config set registry https://deps.global.bsf.tools/artifactory/api/npm/registry.npmjs.org/ - npm config set strict-ssl false - npm config fix - npm install \ No newline at end of file