We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccec719 commit 3a38ef5Copy full SHA for 3a38ef5
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
run: pnpm --filter=@milkdown/e2e test:install
74
75
- name: Run playwright
76
- run: pnpm test:e2e -- --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }}
+ run: pnpm test:e2e --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }}
77
78
- name: Upload test results
79
if: ${{ failure() }}
package.json
@@ -2,7 +2,7 @@
2
"name": "@milkdown/monorepo",
3
"version": "0.0.0",
4
"private": true,
5
- "packageManager": "pnpm@9.15.5",
+ "packageManager": "pnpm@10.2.0",
6
"engines": {
7
"node": ">=17"
8
},
0 commit comments