Skip to content

Commit 3a38ef5

Browse files
chore: bump up pnpm to v10 (#1654)
* chore: bump up pnpm to v10 * chore: fix ci --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Saul-Mirone <[email protected]>
1 parent ccec719 commit 3a38ef5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: pnpm --filter=@milkdown/e2e test:install
7474

7575
- name: Run playwright
76-
run: pnpm test:e2e -- --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }}
76+
run: pnpm test:e2e --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }}
7777

7878
- name: Upload test results
7979
if: ${{ failure() }}

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@milkdown/monorepo",
33
"version": "0.0.0",
44
"private": true,
5-
"packageManager": "pnpm@9.15.5",
5+
"packageManager": "pnpm@10.2.0",
66
"engines": {
77
"node": ">=17"
88
},

0 commit comments

Comments
 (0)