diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 652e8e0..97aad62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,6 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci @@ -106,7 +105,6 @@ jobs: with: node-version: 20 cache: 'npm' - registry-url: 'https://registry.npmjs.org' - name: Install Dependencies run: npm ci