diff --git a/action.yml b/action.yml index ee36b2b..4c77c8d 100644 --- a/action.yml +++ b/action.yml @@ -193,7 +193,7 @@ runs: shell: bash run: | # Install Claude Code globally - npm install -g @anthropic-ai/claude-code@1.0.57 + bun install -g @anthropic-ai/claude-code@1.0.57 # Run the base-action cd ${GITHUB_ACTION_PATH}/base-action