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`: ``` "engines": { "node": ">= 16.0.0" } ``` I deduced version 16 based on testing NodeJS on CI [here](https://github.com/thecodrr/fdir/blob/master/.github/workflows/run-tests.yml#L14).