Skip to content

Commit d4d3bd3

Browse files
fix: update pnpm version
1 parent 3b5506b commit d4d3bd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: pnpm test
4343

4444
- name: Update NPM
45-
run: pnpm i -g npm@latest
45+
run: npm i -g npm@latest
4646

4747
- name: Publish to NPM
4848
run: pnpm publish --no-git-checks

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"tsd": "^0.33.0",
5050
"typescript": "^5.9.3"
5151
},
52-
"packageManager": "pnpm@10.9.0",
52+
"packageManager": "pnpm@10.23.0",
5353
"publishConfig": {
5454
"access": "public",
5555
"provenance": true,

0 commit comments

Comments
 (0)