diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71bcb5b7a..edc08d628 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,12 +45,12 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' - - name: Restore cached npm dependencies - uses: actions/cache/restore@v4 - with: - path: | - node_modules - key: npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }} + # - name: Restore cached npm dependencies + # uses: actions/cache/restore@v4 + # with: + # path: | + # node_modules + # key: npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }} - name: Install dependencies run: pnpm install --frozen-lockfile --ignore-scripts env: