Skip to content

Commit c6a3737

Browse files
authored
Merge pull request #296 from dklimpel/fix-ci-ipv4first
fix failing github action with IPv6
2 parents 1a97f22 + fcdbb5f commit c6a3737

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- 18
1919
- 19
2020

21+
env:
22+
NODE_OPTIONS: '--dns-result-order=ipv4first'
2123
steps:
2224
- uses: actions/checkout@v3
2325
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)