Skip to content

Commit 0e42ae5

Browse files
fix: add npm 11 installation step for OIDC support (#1402)
1 parent b089dd3 commit 0e42ae5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/setup/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ runs:
1010
node-version-file: .nvmrc
1111
registry-url: 'https://registry.npmjs.org'
1212

13+
- name: Install npm 11 # required to use npm OIDC
14+
shell: bash
15+
run: npm install -g npm@11
16+
1317
- name: Restore dependencies
1418
id: yarn-cache
1519
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)