Use npm to install Claude Code CLI instead of curl script

### 🔧 Improvements
- Changed Claude Code CLI installation to use npm package @anthropic-ai/claude-code
- Simpler and more reliable than curl-based installation script
- Leverages existing Node.js environment in GitHub Actions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-13 14:10:28 +02:00
parent da90651e0d
commit 6aa6580863

View File

@@ -100,8 +100,7 @@ jobs:
- name: Install Claude Code CLI - name: Install Claude Code CLI
run: | run: |
echo "🤖 Installing Claude Code CLI..." echo "🤖 Installing Claude Code CLI..."
curl -fsSL https://claude.ai/cli/install.sh | sh npm install -g @anthropic-ai/claude-code
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Generate changelog with Claude - name: Generate changelog with Claude
id: changelog id: changelog