Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix turbo config following a new turbo version #384

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Conversation

0xmaayan
Copy link
Collaborator

Turbo upgraded to a new version and made changes to its config file, we now use tasks instead of pipeline.
vercel/turborepo#8157

This upgrade fails PR builds as CI uses latest turbo version while locally we still use the old version.

This PR upgrades turbo and adjusts the config file.

@0xmaayan 0xmaayan merged commit f88a41f into main Jul 31, 2024
6 checks passed
@0xmaayan 0xmaayan deleted the turbo_config branch July 31, 2024 15:02
@hardsetting
Copy link
Contributor

I think we should also pin the major version of turbo, so there's never a mismatch in the future :)

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.

3 participants