apify / proxy-chain

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.
https://www.npmjs.com/package/proxy-chain
Apache License 2.0
852 stars 146 forks source link

chore: minor test enhancements #551

Closed starrify closed 2 months ago

starrify commented 3 months ago

So that the tests may pass in my local environment (tried Node.js 20 (active LTS) and 18).

The CI tests however seem to be configured to run only with Node.js 14 and 16.