diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e0fc746..c7f73e13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,6 @@ jobs: key: nextjs-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ hashFiles('apps/web/**/*.[jt]s', 'apps/web/**/*.[jt]sx', 'packages/**/*.[jt]s', 'packages/**/*.[jt]sx') }} restore-keys: | nextjs-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}- - nextjs-${{ runner.os }}- - name: Restore Nx cache uses: actions/cache@v6