In some self-hosted environments, it would be useful to avoid needing to pull in another dependency (like oven-sh/setup-bun) and run a bun install if the dependencies are already present.
Could the install steps be replaced in favour of either installing claude directly using npm, or even skip that step if the runner already has claude installed locally?