Skip to content

Commit 136ca97

Browse files
committed
Remove setup-node
1 parent 31b577d commit 136ca97

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/claude-easy-fixes.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ jobs:
7474
echo "### Selected issue: #$ISSUE_NUMBER - $ISSUE_TITLE" >> "$GITHUB_STEP_SUMMARY"
7575
echo "$ISSUE_URL" >> "$GITHUB_STEP_SUMMARY"
7676
77-
- name: "Setup Node.js"
78-
uses: actions/setup-node@v4
79-
with:
80-
node-version: "20"
81-
cache: "npm"
82-
8377
- name: "Install Claude Code"
8478
run: npm install -g @anthropic-ai/claude-code
8579

0 commit comments

Comments
 (0)