Next.js Daily: CI Infrastructure Overhaul and Turbopack Performance Gains
Next.js switches from self-hosted to GitHub-hosted runners for CI infrastructure while delivering significant Turbopack performance improvements. The team also adds new debugging capabilities for Turbopack tracing.
Duration: PT1M53S
Episode overview
This episode is a short developer briefing from Next.js Daily.
It explains recent repository work in plain language.
- Show: Next.js Daily
- Published: 2026-04-24T00:00:00Z
- Audio duration: PT1M53S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, this is Next.js Daily for Thursday, April 24th, 2026.
No merged pull requests today, but significant infrastructure and performance work is underway with 19 commits.
The most substantial change comes from Zack Tanner, who switched the entire CI pipeline from self-hosted runners to GitHub-hosted runners. This migration required extensive configuration updates across multiple workflows, including new Turbo cache settings, updated sccache configuration, and fixes for…
On the performance front, Niklas Mischkulnig delivered measurable Turbopack improvements by moving the get_inner_asset logic into the EcmascriptModuleAsset itself. Internal benchmarks show roughly 4-second improvements in build times - a 7% performance gain. Mischkulnig also unified ModuleGraph constructors and…
Tobias Koppers added a new environment variable, NEXT_TURBOPACK_TRACING_PATH, allowing developers to specify custom output locations for Turbopack trace files. This addresses user requests for better control over debugging output placement.
Luke Sandberg reverted the pnpm catalogs adoption due to compatibility issues with Lerna, and removed dead TransientState code from Turbopack. The team also…
Nearby episodes from Next.js Daily
- Weekly Recap - Error Handling & Platform Evolution
- Dependency Modernization Push
- Error Handling and Memory Pressure Improvements
- Weekly Recap - Turbopack Optimizations & Developer Experience
- Signed Commit Requirements Added
- Cache Performance Improvements and RSC Updates
- Turbopack Storage Unification and Cache Improvements
- React Upgrade and Documentation Improvements