Skip to content

Commit 5368fe7

Browse files
committed
try to fix CI issue on windows-latest
1 parent 2645ccf commit 5368fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Unit Tests
5353
run: npm run test:unit
5454
env:
55-
NODE_OPTIONS: ${{ matrix.os == 'windows-latest' && '--dns-result-order=ipv4first' || null }}
55+
NODE_OPTIONS: ${{ matrix.os == 'windows-latest' && '--dns-result-order=ipv4first' || '' }}
5656

5757
- name: Setup Bun
5858
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)