Skip to content

Commit f15765c

Browse files
committed
fix: add npm@11 for OIDC publish support
1 parent 4bcf5e8 commit f15765c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
with:
2121
node-version: '20.x'
2222
registry-url: 'https://registry.npmjs.org'
23+
- name: Install npm 11+ (required for OIDC)
24+
run: npm install -g npm@11
2325
- name: Install dependencies
2426
run: npm ci
2527
- name: Audit

0 commit comments

Comments
 (0)