Skip to content

Commit fe54e33

Browse files
committed
chore: update package manager version to pnpm@11.3.0 and modify release workflow to use pnpm for staging NPM publish
1 parent 3730188 commit fe54e33

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
package-manager-cache: false
3030
registry-url: https://registry.npmjs.org
3131

32-
- name: Install npm with staged publishing
33-
run: npm install --global npm@11.15.0
34-
3532
- name: Install dependencies
3633
run: pnpm install
3734

@@ -45,4 +42,4 @@ jobs:
4542
run: pnpm run build
4643

4744
- name: Stage NPM package
48-
run: npm stage publish --access public
45+
run: pnpm stage publish --access public --no-git-checks

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@
6969
"typescript": "^6.0.3",
7070
"vitest": "^4.1.7"
7171
},
72-
"packageManager": "pnpm@11.2.1"
72+
"packageManager": "pnpm@11.3.0"
7373
}

0 commit comments

Comments
 (0)