jprichardson / node-fs-extra

Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
MIT License
9.44k stars 776 forks source link

Drop Node 12 support #968

Closed RyanZim closed 1 year ago

RyanZim commented 1 year ago

Unsupported

RyanZim commented 1 year ago

Probably should require Node v14.14+ This will allow remove() to become a simple wrapper around fs.rm: https://github.com/jprichardson/node-fs-extra/blob/master/lib/remove/index.js