You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@minrk and @manics what do you think? I believe our outdated specification of this relates to several issues we have run into in the past about TLS matters and now more recently perhaps also #321. Do you agree to require node >= 12?
We specify that node >=6 is required, but in practice we test only against 10+ where tests are flaky on node 10.
Node 10 is no longer actively maintained, only node 12+ is under active maintenance at the moment. I suggest we bump our requirement from
node >= 6
tonode >= 12
.@minrk and @manics what do you think? I believe our outdated specification of this relates to several issues we have run into in the past about TLS matters and now more recently perhaps also #321. Do you agree to require
node >= 12
?configurable-http-proxy/package.json
Lines 26 to 28 in 790a8c7
The text was updated successfully, but these errors were encountered: