eduardoborges / use-mask-input

✏️ A react Hook for build elegant input masks. Compatible with React Hook Form
https://npmjs.com/package/use-mask-input
333 stars 19 forks source link

fix: downgrade required node to 16 #11

Closed RickCardoso closed 1 year ago

RickCardoso commented 1 year ago

Node 18 (Hydrogen) is fairly recent, so many applications still depend on Node 16.

image

The bump from Node 10 was absolutely necessary, but 16 would potentially increase the adoption of the library.

npm audit image

build | lint | test image

eduardoborges commented 1 year ago

Yup, make all sense for me.

eduardoborges commented 1 year ago

:tada: This PR is included in version 3.1.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: