Skip to content

Commit 45a04c7

Browse files
Update npm to latest for OIDC support (#1257)
1 parent f3c024f commit 45a04c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/npm-publish/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ runs:
2828
shell: bash
2929
run: yarn install --frozen-lockfile
3030

31+
- name: Update npm to latest
32+
shell: bash
33+
run: npm install -g npm@latest
34+
3135
- name: Build package
3236
if: inputs.require-build == 'true'
3337
shell: bash

0 commit comments

Comments
 (0)