Overview
Migrate the setup-bun-with-dependencies composite action from the datalayer-ts repository to this common github-actions repository for reuse across multiple projects.
Current Location
Currently located at: withBricks/datalayer-ts/.github/actions/setup-bun-with-dependencies/action.yml
Action Details
The action currently:
- Sets up Bun with configurable version (default: 1.3.0)
- Caches Bun dependencies and node_modules
- Installs dependencies with
--frozen-lockfile
Tasks
Benefits
- Reusability across all projects using Bun
- Single source of truth for Bun setup logic
- Easier maintenance and updates
Overview
Migrate the
setup-bun-with-dependenciescomposite action from the datalayer-ts repository to this common github-actions repository for reuse across multiple projects.Current Location
Currently located at:
withBricks/datalayer-ts/.github/actions/setup-bun-with-dependencies/action.ymlAction Details
The action currently:
--frozen-lockfileTasks
Benefits