wasp icon indicating copy to clipboard operation
wasp copied to clipboard

Improve our CI to include testing with supported Node.js

Open infomiho opened this issue 11 months ago • 1 comments

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.

infomiho avatar Feb 29 '24 17:02 infomiho

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

Zeko369 avatar Feb 29 '24 17:02 Zeko369

Completed by #1836

infomiho avatar Jul 03 '24 12:07 infomiho