Skip to content

Commit c03f233

Browse files
authored
Merge pull request #1764 from simonihmig/release-npm-verison
Use latest npm in release workflow
2 parents d5d6c6d + 115a818 commit c03f233

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- uses: wyvox/action-setup-pnpm@v3
2323
with:
2424
node-version: 20
25+
# Ensure npm 11.5.1 or later is installed for OIDC
26+
- name: Update npm
27+
run: npm install -g npm@latest
2528

2629
- name: Create Release Pull Request or Publish to npm
2730
id: changesets

0 commit comments

Comments
 (0)