evidence-dev/evidence

Support for Node 22

Closed this issue · 3 comments

22 is now LTS, and we ought to support it.

34% of users this year ran into a node error!

Tested Node 22, seems to work on my machine.

Think we just need to bump the version range here and then we are all good!

const maxMajorVersion = 20;