Skip to content

Commit 2c6aaf8

Browse files
committed
Re-enable Node v24 (now 24.7.0) in CI
Previously with v24.5.0 this failed (in TLS passthrough tests) only when running in CI, but it now seems to be working again everywhere. Unclear whether this was a Node or GHA issue but it's not critical and I don't think we need to worry about it too much
1 parent 1d3355c commit 2c6aaf8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

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

88
strategy:
99
matrix:
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]
10+
node-version: [18.x, 20.x, 22.x, v22.14.0, '*']
1211

1312
steps:
1413
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)