Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ jobs:

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

steps:
- uses: actions/checkout@v5
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/router.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as request from 'supertest';

import { createApp, createAppWithPath, createProxyMiddleware } from './test-kit';

const untrustedCACert = generateCACertificate({ bits: 1024 });
const untrustedCACert = generateCACertificate({ bits: 2048 });

process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';

Expand Down
Loading
Loading