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
fix: use Bun for install/build in CI workflow [patch]
- Add oven-sh/setup-bun@v2 action for Bun support
- Replace npm ci with bun install (works with bun.lock)
- Replace npm run with bun run for building
- Keep npm publish for provenance (Bun doesn't support --provenance yet)
Fixes CI failure due to missing package-lock.json
0 commit comments