chore: use bun install instead of npm for Claude Code installation (#323)
Replace npm install with bun install for consistency with the rest of the project's package management. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
51e00deb08
commit
b89253bcb0
@ -193,7 +193,7 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Install Claude Code globally
|
# 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
|
# Run the base-action
|
||||||
cd ${GITHUB_ACTION_PATH}/base-action
|
cd ${GITHUB_ACTION_PATH}/base-action
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user