From 0f09cb9cce1a8b470f06e2f3bdf1b0eea360f57a Mon Sep 17 00:00:00 2001 From: Anne Marsan Date: Thu, 9 Apr 2026 11:09:56 -0400 Subject: [PATCH] Get all dependencies from npmjs.com --- .github/workflows/cicd.yml | 4 ---- .github/workflows/publish.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 069609a..ce3c40e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -14,10 +14,6 @@ jobs: with: node-version: 24 cache: 'npm' - - name: Configure Proget - run: | - npm config set @careevolution:registry=https://proget.careevolution.com/npm/npm/ - npm config set //proget.careevolution.com/npm/npm/:_authToken ${{ secrets.PROGET_NPM_TOKEN }} - name: Install Dependencies run: npm ci - name: Lint diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 767a3d7..6a39be4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,10 +19,6 @@ jobs: with: node-version: 24 cache: 'npm' - - name: Configure Proget - run: | - npm config set @careevolution:registry=https://proget.careevolution.com/npm/npm/ - npm config set //proget.careevolution.com/npm/npm/:_authToken ${{ secrets.PROGET_NPM_TOKEN }} - name: Install Dependencies run: npm ci - name: Run Build