Skip to content

Commit 3b788bc

Browse files
committed
ci(ci.yml): unpin node 24
1 parent de1300e commit 3b788bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,7 @@ jobs:
131131

132132
strategy:
133133
matrix:
134-
# Pin v24 for now due to issues with TLS passthrough with mockttp
135-
# https://github.com/httptoolkit/mockttp/commit/b591cff5f44355f395aee5eaf5f2bcc1b1979b34
136-
node-version: [20.x, 22.x, 24.4.1]
134+
node-version: [20.x, 22.x, 24.x]
137135

138136
steps:
139137
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)