From d6a89cef703af105aff90a113ca29bbcbaacd041 Mon Sep 17 00:00:00 2001 From: Timm Stokke Date: Tue, 31 Dec 2024 17:51:02 +0100 Subject: [PATCH] fix: Remove registry-url Did that mess up CI? --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) 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