Skip to content

Commit fe3777e

Browse files
committed
ci: Upgrade npm to latest for OIDC trusted publishing support
1 parent 21838df commit fe3777e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
registry-url: 'https://registry.npmjs.org'
7272
cache: 'npm'
7373

74+
- name: Upgrade npm for OIDC support
75+
run: npm install -g npm@latest
76+
7477
- name: Install dependencies
7578
run: npm ci
7679

0 commit comments

Comments
 (0)