Set correct default version for node:5
It should default to v5.11.0. Partially fixes #174.
This commit is contained in:
parent
c7888bed49
commit
c37b329896
|
|
@ -5,7 +5,7 @@ hash git 2>/dev/null || { echo >&2 "git not found, exiting."; }
|
|||
|
||||
array_0_12='0';
|
||||
array_4_4='4 argon';
|
||||
array_5_10='5';
|
||||
array_5_11='5';
|
||||
array_6_0='6 latest';
|
||||
|
||||
cd $(cd ${0%/*} && pwd -P);
|
||||
|
|
|
|||
Loading…
Reference in New Issue