steps: build: image: oven/bun:${BUN_VERSION}-slim commands: - bun install - bun run build matrix: BUN_VERSION: - 1.0.25 - 1.0.26