Skip to content

Commit 785c0a5

Browse files
tjenkinsonrobwalch
authored andcommitted
Update npm to v11 before publish
Because the OIDC flow needs v11
1 parent e49270c commit 785c0a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,10 @@ jobs:
321321
env:
322322
CI: true
323323

324+
# Publishing with OICD needs >= 11.5.1
325+
- name: Update npm to v11
326+
run: npm install -g npm@11
327+
324328
- name: publish to npm
325329
run: |
326330
./scripts/publish-npm.sh

0 commit comments

Comments
 (0)