Skip to content

Commit cb9b7f0

Browse files
authored
fix(ci): upgrade npm for trusted publishing (#40)
1 parent e5403c5 commit cb9b7f0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
registry-url: https://registry.npmjs.org
6262
cache: pnpm
6363

64+
- name: Upgrade npm for trusted publishing
65+
run: npm install --global npm@^11.10.0
66+
6467
- name: Install dependencies
6568
run: pnpm install --frozen-lockfile
6669

0 commit comments

Comments
 (0)