diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5520a5..da34b2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16 - registry-url: https://registry.npmjs.org/ + registry-url: https://registry.npmjs.com # Step III - name: Install Dependencies run: npm ci @@ -47,7 +47,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - registry-url: https://registry.npmjs.org/ + registry-url: https://registry.npmjs.com # Step III - name: Install Dependencies run: npm ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24b4cfe..9ae223b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16 - registry-url: https://registry.npmjs.org/ + registry-url: https://registry.npmjs.com # Step III - name: Install Dependencies run: npm ci