Skip to content

Commit 3858ae2

Browse files
committed
chore: upgrade to pnpm 11 and fix publish workflow version conflict
1 parent 593a92c commit 3858ae2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252

5353
- name: Setup pnpm
5454
uses: pnpm/action-setup@v4
55-
with:
56-
version: 10
5755

5856
- name: Install deps
5957
run: pnpm install --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"engines": {
1515
"node": ">=22.11"
1616
},
17-
"packageManager": "pnpm@10.17.1"
17+
"packageManager": "pnpm@11.9.0"
1818
}

0 commit comments

Comments
 (0)