We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b577d commit 136ca97Copy full SHA for 136ca97
.github/workflows/claude-easy-fixes.yml
@@ -74,12 +74,6 @@ jobs:
74
echo "### Selected issue: #$ISSUE_NUMBER - $ISSUE_TITLE" >> "$GITHUB_STEP_SUMMARY"
75
echo "$ISSUE_URL" >> "$GITHUB_STEP_SUMMARY"
76
77
- - name: "Setup Node.js"
78
- uses: actions/setup-node@v4
79
- with:
80
- node-version: "20"
81
- cache: "npm"
82
-
83
- name: "Install Claude Code"
84
run: npm install -g @anthropic-ai/claude-code
85
0 commit comments