Skip to content

Commit

Permalink
ci: disable node network family selection to avoid ERR_INTERNAL_ASSER… (
Browse files Browse the repository at this point in the history
#8467)

ci: disable node network family selection to avoid ERR_INTERNAL_ASSERTION
  • Loading branch information
themooneer authored Nov 25, 2024
1 parent 24e2ef9 commit dff78d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-desktop-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
unit-tests:
name: "Desktop Unit Tests"
env:
NODE_OPTIONS: "--max-old-space-size=7168"
NODE_OPTIONS: "--max-old-space-size=7168 --no-network-family-autoselection"
FORCE_COLOR: 3
CI_OS: ubuntu-22.04
runs-on: ubuntu-22.04
Expand Down

0 comments on commit dff78d3

Please sign in to comment.