Skip to content
Snippets Groups Projects

Allow to run Node.js v8.

Closed Moul requested to merge node8 into 1.6
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -35,8 +35,8 @@ duniter() {
VERSION=`$NODE -v`
if [[ $VERSION != v6* ]]; then
echo "$NODE v6 is required";
if [[ $VERSION != v6.* && $VERSION != v8.* ]]; then
echo "$NODE v6 or v8 is required";
else
# Calls duniter JS command
Loading