Skip to content

Commit bd85b51

Browse files
committed
fix: Upgrade npm to v11 to support trusted publishing
1 parent 939aff9 commit bd85b51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
node-version-file: '.node-version'
3333

3434
- name: Install Packages
35-
run: pnpm install --frozen-lockfile
35+
run: |
36+
pnpm install --frozen-lockfile
37+
npm install -g npm@11
3638
3739
- name: Create Release Pull Request or Publish to npm
3840
id: changesets

0 commit comments

Comments
 (0)