Skip to content

Commit fad7f08

Browse files
committed
update npm on publish job
1 parent e400d41 commit fad7f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
registry-url: 'https://registry.npmjs.org'
3737
cache: pnpm
3838
- run: pnpm install --frozen-lockfile
39+
- run: npm install -g npm@latest # we are doing this to make sure theat the gloabally installed npm is new enough to support OIDC
3940
- name: Publish to NPM
4041
run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish
4142
env:

0 commit comments

Comments
 (0)