PentiaLabs / generator-helix

Generate Helix compliant solutions with Yeoman.
MIT License
40 stars 22 forks source link

Test NodeJS LTS & Stable, both on x86 and x64 #95

Closed Saturate closed 7 years ago

Saturate commented 7 years ago

Description of the Change

This could help detect more issues, and will make the tests take a bit longer. Also we don't specify a version of node, but take the LTS branch and the stable branch, as it should be the only versions we support.

Benefits

Testing more things! And correct node versions. Might help us detect #94.

Possible Drawbacks

Longer build time.