You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: migrate from npm to bun as package manager
- Replace npm with bun for dependency management
- Generate bun.lock, remove package-lock.json
- Update .tool-versions to include bun 1.1
- Update all GitHub workflows to use oven-sh/setup-bun
- Replace npm install/ci with bun install
- Replace npm run with bun run
All existing tests pass with bun (195 passing, 36 pending).
ci: fix GitHub Actions workflows for Bun
- Bump Bun version from 1.1 to 1.3.5 across all workflows
- Convert workflows from npm to bun for dependency installation
- Rename bin/lando.ts to bin/lando (file is JS despite .ts extension)
0 commit comments