Commit 6e4d4ba
fix(ci): use npm install instead of npm ci for release workflow
npm ci in npm 10 has stricter validation that conflicts with our monorepo
workspace setup. npm install respects the lockfile and is more resilient.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9be222d commit 6e4d4ba
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
0 commit comments