Commit 8282a37
committed
Restore npm upgrade for OIDC trusted publishing
Trusted publishing requires npm 11.5.1+ (the registry rejects the
unauthenticated PUT from older clients with a misleading 404). #73 had
replaced the upgrade with a `--provenance` capability check that passes
on npm 10.x, breaking v0.2.0 and v0.2.1 publishes. Mirror basecamp-sdk's
working setup: install npm@latest, then assert the floor so a future
@latest regression fails clearly instead of as another registry E404.1 parent 1b9aec2 commit 8282a37
1 file changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | | - | |
88 | | - | |
89 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
90 | 96 | | |
91 | 97 | | |
92 | 98 | | |
| |||
0 commit comments