diff --git a/.github/workflows/nextjs-version-check.yml b/.github/workflows/nextjs-version-check.yml index 2ef5548..d3ae2d8 100644 --- a/.github/workflows/nextjs-version-check.yml +++ b/.github/workflows/nextjs-version-check.yml @@ -87,11 +87,6 @@ jobs: npm version $NEW_PKG_VERSION --no-git-tag-version --allow-same-version cd ../.. - # Update Redis package - cd packages/cache-handler-redis - npm version $NEW_PKG_VERSION --no-git-tag-version --allow-same-version - cd ../.. - - name: Install updated dependencies if: steps.check_version.outputs.needs_update == 'true' run: pnpm install