Commit 381d4f8
fix(publish): remove broken --integrity flag from global npm install
The --integrity flag is not supported by npm install -g in npm 10.x
(bundled with Node 20 on GitHub Actions runners). npm was treating the
sha512-... value as a git package specifier, causing a git ls-remote call
and a permission-denied failure.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 61d3615 commit 381d4f8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments