You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/github-actions.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ jobs:
35
35
36
36
### Trusted publishing (OIDC — recommended)
37
37
38
-
No `NPM_TOKEN` secret needed. Node LTS ships with an older npm, so an upgrade step is needed for OIDC (>= 11.5.1) and staged publishing (>= 11.15.0).
38
+
No `NPM_TOKEN` secret needed. Use `node-version: latest` (not `lts/*`) since Node LTS ships with npm 10.x, while OIDC requires >= 11.5.1 and staged publishing requires >= 11.15.0.
0 commit comments