Merged
M
Change Breakdown
Dependencies90%
CI/CD10%
Turbo monorepo build tool upgraded to 2.9
The monorepo's task runner and caching layer gets a refresh with turbo 2.9, bringing performance refinements from the upstream project.
The build pipeline just got a tune-up. This PR bumps the turbo version from 2.8.9 to 2.9.4, bringing in the latest release from the turbo team. Turbo powers the monorepo's task scheduling, caching, and parallel execution — so this upgrade touches every developer hitting the CI system or running builds locally. The upgrade is a one-line change in , dropping in the newer turbo release. Teams using turbo-based workflows should see improved caching behavior and any new performance wins shipped in the 2.9 series.
View Original GitHub Description
Summary
Upgrade to https://turborepo.dev/blog/2-9
Related Linear tickets, Github issues, and Community forum posts
<!-- Include links to **Linear ticket** or Github issue or Community forum post. Important in order to close *automatically* and provide context to reviewers. https://linear.app/n8n/issue/ --> <!-- Use "closes #<issue-number>", "fixes #<issue-number>", or "resolves #<issue-number>" to automatically close issues when the PR is merged. -->Review / Merge checklist
- I have seen this code, I have run this code, and I take responsibility for this code.
- PR title and summary are descriptive. (conventions) <!-- **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** -->
- Docs updated or follow-up ticket created.
- Tests included. <!-- A bug is not considered fixed, unless a test is added to prevent it from happening again. A feature is not complete without tests. -->
- PR Labeled with
Backport to Beta,Backport to Stable, orBackport to v1(if the PR is an urgent fix that needs to be backported)