Skip to content

Commit a71bbe9

Browse files
ci: pin npm@11.5.1 for OIDC publish (parity with #1838)
1 parent 522f41a commit a71bbe9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262

6363
- run: npm ci
6464

65+
- name: Ensure npm CLI supports OIDC trusted publishing
66+
run: npm install -g npm@11.5.1
67+
6568
- name: Determine npm tag
6669
id: npm-tag
6770
run: |

0 commit comments

Comments
 (0)