Skip to content

Commit 0a96f39

Browse files
authored
ci(node24): pin node24 due to TLS issue with mockttp (#1137)
1 parent e7ae009 commit 0a96f39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ jobs:
128128

129129
strategy:
130130
matrix:
131-
node-version: [20.x, 22.x, 24.x]
131+
# Pin v24 for now due to issues with TLS passthrough with mockttp
132+
# https://github.com/httptoolkit/mockttp/commit/b591cff5f44355f395aee5eaf5f2bcc1b1979b34
133+
node-version: [20.x, 22.x, 24.4.1]
132134

133135
steps:
134136
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)