Strider-CD / strider-node

Run Node.js tests in strider
11 stars 13 forks source link

allow finer-grained version selection #25

Open ghost opened 9 years ago

ghost commented 9 years ago

I am currently working with an app that does not work with the latest v0.10 of node (due to node-sass issues), but will build properly with v0.10.36. Strider-node doesn't allow me to select this from the menu; is it possible to add this or specify directly in a config file?

knownasilya commented 9 years ago

@talexand would be nice to have an option to use engines property in package.json..

SamMorrowDrums commented 8 years ago

Engines would be great. Also it would be great to have the option of "LTS" version of NodeJS currently 4.2.x

I think there will be a lot of people using the LTS versions in production, so it's probably good to support that as an option somehow.

knownasilya commented 8 years ago

Good ideas.