File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments