wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.23k stars 1.18k forks source link

Improve our CI to include testing with supported Node.js #1835

Closed infomiho closed 2 months ago

infomiho commented 6 months ago

Before Wasp 0.12 we only supported Node.js 18 and we based our tests in the CI on using the Node.js 18.

From Wasp 0.12 we support Node.js >= 18 and our tests should check if our code works for at least one other version > 18 to ensure things like this: https://github.com/wasp-lang/wasp/issues/1833 don't slip by.

Zeko369 commented 6 months ago

Hmm, we could also include the "latest" so current 21.X at the time of running the ci + LTS/Current (so 18 and 20)

infomiho commented 2 months ago

Completed by #1836