diff --git a/src/factories/createGlobalProxyAgent.js b/src/factories/createGlobalProxyAgent.js index 77f29793..37b4be4e 100644 --- a/src/factories/createGlobalProxyAgent.js +++ b/src/factories/createGlobalProxyAgent.js @@ -125,7 +125,7 @@ export default (configurationInput: ProxyAgentConfigurationInputType = defaultCo // $FlowFixMe https.globalAgent = httpsAgent; - } else if (semver.gte(process.version, 'v10')) { + } else if (semver.gte(process.version, 'v10.0.0')) { // $FlowFixMe http.get = bindHttpMethod(http.get, httpAgent);