Skip to content

Commit 5188959

Browse files
Merge pull request #7 from codecrafters-io/use-old-claude-code
Use older version of claude code
2 parents 814a8cd + 1548fb3 commit 5188959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
go-version: 1.25.5
1919

2020
- name: Install Claude Code
21-
run: curl -fsSL https://claude.ai/install.sh | bash
21+
run: curl -fsSL https://claude.ai/install.sh | bash -s -- 2.1.14
2222

2323
- name: Set up Python
2424
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)