From fcdbb5f9f594a1bac10357878949fd12222b538b Mon Sep 17 00:00:00 2001 From: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Date: Sun, 10 Mar 2024 22:16:50 +0100 Subject: [PATCH] Set `ipv4first` for tests in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}