diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eaa381d4..f6d365680 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,14 +30,6 @@ jobs: node-version: '${{ steps.nodenv.outputs.node-version }}' check-latest: true - - name: Cache node_modules 📦 - uses: actions/cache@v4 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- - - name: Install dependencies 👨🏻‍💻 run: | make install diff --git a/.github/workflows/deploy-v3.yml b/.github/workflows/deploy-v3.yml index 638091b2e..8151b8514 100644 --- a/.github/workflows/deploy-v3.yml +++ b/.github/workflows/deploy-v3.yml @@ -42,14 +42,6 @@ jobs: node-version: '${{ steps.nodenv.outputs.node-version }}' check-latest: true - - name: Cache node_modules 📦 - uses: actions/cache@v4 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- - - name: Install dependencies 👨🏻‍💻 run: | make install