diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24bf692..1f1538e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: - 18 - 19 + env: + NODE_OPTIONS: '--dns-result-order=ipv4first' steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}