Commit 5f9447e
fix(ci): add node so claude-code's native binary installs
Pinning claude-code to 2.1.143 alone did not unbreak the validate job —
`claude plugin validate` still failed "claude native binary not installed".
claude-code's native binary is downloaded by a node postinstall script, and
the agents mise.toml never declared `node`, so the postinstall could not run.
ai-mktpl's mise.toml has `node` and its validate passes; jack's mise.toml
declares `depends = "node"` on claude-code for the same reason.
Add node 24.15.0 + `depends = "node"` on the claude-code tool entry.
https://claude.ai/code/session_01AiWbZuSU6UCjuXnrBBFk9p1 parent ea42f53 commit 5f9447e
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
0 commit comments