Skip to content

Commit

Permalink
Upgrade to the re-merged Node.js/io.js as the default.
Browse files Browse the repository at this point in the history
Testing Done:
Locally `./pants clean-all test contrib/node::`

CI went green here:
  https://travis-ci.org/pantsbuild/pants/builds/79882306

Bugs closed: 2174

Reviewed at https://rbcommons.com/s/twitter/r/2800/
  • Loading branch information
jsirois committed Sep 11, 2015
1 parent 8000f32 commit 0358c45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def register_options(cls, register):
register('--supportdir', advanced=True, default='bin/node',
help='Find the Node distributions under this dir. Used as part of the path to '
'lookup the distribution with --binary-util-baseurls and --pants-bootstrapdir')
register('--version', advanced=True, default='0.12.7',
register('--version', advanced=True, default='4.0.0',
help='Node distribution version. Used as part of the path to lookup the '
'distribution with --binary-util-baseurls and --pants-bootstrapdir')

Expand Down

0 comments on commit 0358c45

Please sign in to comment.