Skip to content

Commit 1b59ffa

Browse files
committed
fix: npm cli needs to be 11.5.1 or later
1 parent dde2afb commit 1b59ffa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release-beta.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,9 @@ jobs:
9999
with:
100100
node-version: latest
101101
registry-url: https://registry.npmjs.org
102+
103+
# Ensure npm 11.5.1 or later is installed for trusted publishing support
104+
- name: Update npm
105+
run: npm install -g npm@latest
102106
- run: npm --git-tag-version=false version ${{ needs.release.outputs.new-release-version }}
103107
- run: npm publish --tag ${{ needs.release.outputs.new-release-channel }}

0 commit comments

Comments
 (0)