Bun Setup with Cache
Version updated for https://github.com/WebNaresh/bun-setup-action to version v1.0.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action simplifies the setup of the Bun JavaScript runtime by combining runtime installation, dependency installation, and caching of node_modules into a single step. It enhances CI workflows with features such as cross-branch caching, automatic detection of node_modules directories (including in monorepos), and significantly faster dependency installations. The action replaces multiple workflow steps, reducing complexity and improving efficiency in managing Bun-based projects.
What’s Changed
1.0.1 (2026-04-03)
Bug Fixes
- detect workspace node_modules from package.json instead of filesystem (f017eac)