evidence-dev / evidence

Business intelligence as code: build fast, interactive data visualizations in pure SQL and markdown
https://evidence.dev
MIT License
4.47k stars 215 forks source link

Support for Node 22 #2775

Closed mcrascal closed 1 week ago

mcrascal commented 1 week ago

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

archiewood commented 1 week ago

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

archiewood commented 1 week ago

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!

https://github.com/evidence-dev/evidence/blob/24100d650475d0cb8f91180df5253f3ac15b6c97/packages/extension/src/node.ts#L38

mcrascal commented 1 week ago

We should bump the test runners as well