Skip to content

Commit 9a359a3

Browse files
committed
fix
1 parent 223b012 commit 9a359a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-expect.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 20
24+
node-version: 24
2525
cache: pnpm
2626

2727
- name: Install dependencies
@@ -34,11 +34,11 @@ jobs:
3434
run: pnpm --filter @react-grab/e2e-playground dev &
3535

3636
- name: Wait for dev server
37-
run: npx wait-on http://localhost:5175 --timeout 30000
37+
run: pnpm dlx wait-on http://localhost:5175 --timeout 30000
3838

3939
- name: Run expect tests
4040
run: >-
41-
npx expect-cli --target branch -y -m
41+
pnpm dlx expect-cli@latest -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)