Skip to content

Commit a4b2e87

Browse files
committed
fix: upgrade npm in release workflow for OIDC support
1 parent 67635e8 commit a4b2e87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
node-version: 22
2222
cache: pnpm
2323
registry-url: https://registry.npmjs.org
24+
- run: npm install -g npm@latest
2425
- run: pnpm install --frozen-lockfile
2526
- uses: changesets/action@v1
2627
with:

0 commit comments

Comments
 (0)