Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn about outdated/undesired node.js / npm version #15

Closed
voxpelli opened this issue May 11, 2015 · 0 comments
Closed

Warn about outdated/undesired node.js / npm version #15

voxpelli opened this issue May 11, 2015 · 0 comments

Comments

@voxpelli
Copy link
Contributor

If we're doing an app for Node 0.10 or for iojs then we want to ensure that everyone that uses that app uses it with the right node version and even more we want to ensure that the tests that are run are run with the right node version.

As different npm versions can also treat package.json files different we also want to ensure that the npm version is fairly new – if not of the latest version so at least one of the third latest or so.

This should be checked on at least push time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant