From ca59fb9d39075297e39be21a98aab85daf323187 Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Thu, 19 Mar 2026 06:35:46 -0500 Subject: [PATCH] Added checkout to claude actipn and forced node24 --- .github/workflows/claude.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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