alibaba / anyproxy

A fully configurable http/https proxy in NodeJS
http://anyproxy.io
Apache License 2.0
7.85k stars 1.22k forks source link

Set minimum node version to 10.12.0 #575

Open geraintwhite opened 3 years ago

geraintwhite commented 3 years ago

The recursive option was added to fs.mkdirSync in node 10.12.0. It's used in https://github.com/alibaba/anyproxy/pull/562 for creating the temp directory.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.