Skip to content

Commit 9aa1d83

Browse files
committed
ci: pin npm for trusted publishing
1 parent 1056bc2 commit 9aa1d83

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
node-version: 24
2626
cache: "yarn"
2727
- run: yarn install --immutable
28+
- name: Upgrade npm for trusted publishing
29+
run: npm install -g npm@11.16.0
2830
- name: Verify npm trusted publishing prerequisites
2931
run: |
3032
node --version

0 commit comments

Comments
 (0)