We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2645ccf commit 5368fe7Copy full SHA for 5368fe7
1 file changed
.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Unit Tests
53
run: npm run test:unit
54
env:
55
- NODE_OPTIONS: ${{ matrix.os == 'windows-latest' && '--dns-result-order=ipv4first' || null }}
+ NODE_OPTIONS: ${{ matrix.os == 'windows-latest' && '--dns-result-order=ipv4first' || '' }}
56
57
- name: Setup Bun
58
uses: oven-sh/setup-bun@v2
0 commit comments