Skip to content

Commit e436f89

Browse files
committed
use 127.0.0.1 now that we're back to node 16
1 parent dff26ff commit e436f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cache-key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
4242
install-command: yarn --prefer-offline
4343
start: yarn dev:e2e
44-
wait-on: 'http://[::1]:8080'
44+
wait-on: 'http://127.0.0.1:8080'
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747

0 commit comments

Comments
 (0)