Skip to content
Snippets Groups Projects
Commit e7bcb261 authored by Moul's avatar Moul
Browse files

[mod] #1373: duniter.sh: move to Nodejs v10

parent d540c42c
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,8 @@ duniter() { ...@@ -35,8 +35,8 @@ duniter() {
VERSION=`$NODE -v` VERSION=`$NODE -v`
if [[ $VERSION != v8* ]] && [[ $VERSION != v9* ]]; then if [[ $VERSION != v10* ]]; then
echo "$NODE v8 or v9 is required"; echo "$NODE v10 is required";
else else
# Calls duniter JS command # Calls duniter JS command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment