Docs: Caching in GitHub Actions with Bun #57079
Labels
Documentation
Related to Next.js' official documentation.
good first issue
Easy to fix issues, good for newcomers
What is the improvement or update you wish to see?
It would be helpful to know what's the official way to cache Next.js files for subsequent builds with Bun in GitHub Actions:
https://nextjs.org/docs/pages/building-your-application/deploying/ci-build-caching#github-actions
🙏🏻
Is there any context that might help us understand?
I'm receiving this warning during
next build
step in GitHub Actions, when running it with Bun:In my case, it takes around 50s to build the Next app, which can be improved with caching, I believe
Does the docs page already exist? Please link to it.
No response
The text was updated successfully, but these errors were encountered: