From 9fabe786f7dc2903271fd238557d45334055c990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Fri, 13 Sep 2024 09:33:13 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7258416b1..372322d67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,13 +30,6 @@ jobs: restore-keys: | ${{ runner.os }}-npm- - - name: Use node_modules caches - id: cache-nm - uses: actions/cache@v4 - with: - path: node_modules - key: ${{ runner.os }}-nm-${{ hashFiles('package-lock.json') }} - - name: Install node_modules if: steps.cache-nm.outputs.cache-hit != 'true' run: npm ci