Skip to content

Commit b591cff

Browse files
committed
Don't test with Node v24.5.0 in CI for now
This seems to have some sort of strange connection behaviour. Bypassed TLS connections don't complete - the inbound TLS handshake is received and (I think) forwarded raw, but no response is ever received. But only in GitHub CI - it works just fine locally and on every other Node version. Going to punt this for now and hope it's magically resolved in some other upcoming Node or GitHub Actions bugfix somewhere. Very mysterious.
1 parent 2ba911b commit b591cff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77

88
strategy:
99
matrix:
10-
node-version: [18.x, 20.x, 22.x, v22.14.0, 24.x]
10+
# No v24.5.0 for now due to issues with TLS passthrough
11+
node-version: [18.x, 20.x, 22.x, v22.14.0, v24.4.1]
1112

1213
steps:
1314
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)