diff --git a/.github/workflows/claude.yaml b/.github/workflows/claude.yaml index f9be06ae..7356c3a7 100644 --- a/.github/workflows/claude.yaml +++ b/.github/workflows/claude.yaml @@ -42,6 +42,8 @@ jobs: github.event.issue.author_association == 'COLLABORATOR') ) runs-on: ubuntu-latest + env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true permissions: contents: read pull-requests: write @@ -49,6 +51,9 @@ jobs: id-token: write actions: read # Required for Claude to read CI results on PRs steps: + - name: Checkout repository + uses: actions/checkout@v6 + - name: Run Claude Code id: claude uses: anthropics/claude-code-action@v1