Commit 92e72cb
authored
chore: update npm for OIDC trusted publishing support (#543)
Updates the release workflow to support OIDC trusted publishing by:
1. Adding a step to update npm to the latest version (11.5.1+) which is required for OIDC trusted publishing
2. Removing the NPM_TOKEN authentication line from .npmrc since it's no longer needed with OIDC
This change improves security by using OpenID Connect for npm publishing instead of long-lived access tokens.1 parent d6d3a8f commit 92e72cb
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
0 commit comments