-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set engines
in package.json
#116
Comments
Testing of 14 was removed in 3c608bd, but I don't think that actually introduced any new stuff; if the package really does support 14, it would be nice to declare that; mocha's engines are 14+ (as are TSs) so that would be sort of nice to have to replace Understandable if not. |
i believe that the library intentionally doesn't use newer node features to maintain compatibility, if the |
If Update: the tests don't run on node@14. If anyone can make them work on node@14 that'd be good enough to add node 14 to |
adding an engines field to anything above |
The version of vitest depended on in this repo only supports The tests don't actually use any fancy features of |
It would be nice to know which NodeJS versions are supported by
fdir
.All that needs to be done is to add the code below to
package.json
:I deduced version 16 based on testing NodeJS on CI here.
The text was updated successfully, but these errors were encountered: