Skip to content

Commit 534cefc

Browse files
authored
Merge pull request #679 from VisLab/update_hed_cache
Added checkout to claude action and forced node24
2 parents 0121b55 + ca59fb9 commit 534cefc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/claude.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,18 @@ jobs:
4242
github.event.issue.author_association == 'COLLABORATOR')
4343
)
4444
runs-on: ubuntu-latest
45+
env:
46+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
4547
permissions:
4648
contents: read
4749
pull-requests: write
4850
issues: write
4951
id-token: write
5052
actions: read # Required for Claude to read CI results on PRs
5153
steps:
54+
- name: Checkout repository
55+
uses: actions/checkout@v6
56+
5257
- name: Run Claude Code
5358
id: claude
5459
uses: anthropics/claude-code-action@v1

0 commit comments

Comments
 (0)