Skip to content

Fix workflow path error for packages/cache-handler-redis#19

Merged
mrjasonroy merged 1 commit intomainfrom
fix/workflow-paths
Jan 7, 2026
Merged

Fix workflow path error for packages/cache-handler-redis#19
mrjasonroy merged 1 commit intomainfrom
fix/workflow-paths

Conversation

@mrjasonroy
Copy link
Copy Markdown
Owner

Summary

  • Removed reference to non-existent packages/cache-handler-redis directory in the nextjs-version-check.yml workflow
  • This fixes the error: cd: packages/cache-handler-redis: No such file or directory

Root Cause

The workflow was copied from a repo that has both packages/cache-handler and packages/cache-handler-redis, but this fork only has packages/cache-handler.

Test plan

  • Re-run the Next.js Version Check workflow manually to verify it completes successfully

Closes #18

🤖 Generated with Claude Code

The workflow was trying to update a package that doesn't exist in this repo.
This caused the Next.js version check workflow to fail.

Fixes the error: cd: packages/cache-handler-redis: No such file or directory

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@mrjasonroy mrjasonroy merged commit 3870bb1 into main Jan 7, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

⚠️ Next.js Canary/RC Compatibility Issue Detected

1 participant