Skip to content

Commit 930d346

Browse files
committed
ci: install npm 11 for trusted publisher OIDC support
1 parent 43ed0f7 commit 930d346

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
node-version: "22"
2020
registry-url: "https://registry.npmjs.org"
2121

22+
- name: Install npm 11 (required for trusted publishers)
23+
run: npm install -g npm@latest
24+
2225
- name: Enable Corepack (Yarn 4)
2326
run: corepack enable
2427

0 commit comments

Comments
 (0)