krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
17.79k stars 756 forks source link

Latest minor relase v6.5.0 expects node >=14 #600

Closed sushant24 closed 2 years ago

sushant24 commented 2 years ago

Describe the bug

Installing the latest version gives error of type - "error fuse.js@6.5.0: The engine "node" is incompatible with this module. Expected version ">=14". Got "12.18.3"

Since this is a minor release we shouldn't be updating the node version requirement.

Version

6.5.0

SergeAstapov commented 2 years ago

Confirm this is a breaking change as broke CI because fuse.js is transitive dependency in my case

krisk commented 2 years ago

6.5.2 has been released, with node >=v10

SergeAstapov commented 2 years ago

@krisk thank you for quick turn around!