Hello, Does this watcher work with Node v22 and v24? I can see that those versions are not tested [here](https://github.com/parcel-bundler/watcher/blob/1ca032aa8339260a8a3bcf825c3a1a71e3e43542/.github/workflows/test.yml#L13). For my case, I'm importing `@parcel/watcher` and I could see [v22 fails here](https://github.com/dotansimha/graphql-code-generator/actions/runs/18991583477/job/54245435641) but [v20 works well](https://github.com/dotansimha/graphql-code-generator/actions/runs/18991583477/job/54245435644). Keen to hear advices, thanks!
Hello,
Does this watcher work with Node v22 and v24? I can see that those versions are not tested here.
For my case, I'm importing
@parcel/watcherand I could see v22 fails here but v20 works well.Keen to hear advices, thanks!