Skip to content

Commit 91ab1a5

Browse files
committed
ci: pin expect-cli to v0.0.10 to pick up oxc-resolver fix
1 parent 9a359a3 commit 91ab1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-expect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Run expect tests
4040
run: >-
41-
pnpm dlx expect-cli@latest -y -m
41+
pnpm dlx expect-cli@0.0.10 -y -m
4242
"Test the element properties panel feature at http://localhost:5175.
4343
react-grab is a browser overlay tool that lets you inspect React elements.
4444
You activate it by holding the Meta/Ctrl key, then hovering over elements

0 commit comments

Comments
 (0)