Commit d609645
committed
fix(ci): pin adapter patchright to core's exact version in E2E build
npm install with ^1.51.1 resolves a different patchright version than the
one pnpm locked for core, causing TS2322 on Page type incompatibility.
Read core's actual installed version and pin the adapter to it so both
share structurally identical Page types during the E2E adapter build.
Made-with: Cursor1 parent 92511a1 commit d609645
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments