Skip to content

Commit

Permalink
Merge pull request #296 from dklimpel/fix-ci-ipv4first
Browse files Browse the repository at this point in the history
fix failing github action with IPv6
  • Loading branch information
tcort authored Mar 11, 2024
2 parents 1a97f22 + fcdbb5f commit c6a3737
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c6a3737

Please sign in to comment.