Skip to content

Commit f1c915d

Browse files
authored
fix: upgrade npm to latest for OIDC trusted publishing support (#4112)
1 parent afc81ca commit f1c915d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
with:
2323
node-version: ${{ steps.nvm.outputs.NVMRC }}
2424
registry-url: 'https://registry.npmjs.org'
25+
- name: Upgrade npm for OIDC support
26+
run: npm install -g npm@latest
2527
- name: Install dependencies and build 🔧
2628
run: yarn install --immutable
2729
- name: Publish package on NPM 📦

0 commit comments

Comments
 (0)