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() {
VERSION=`$NODE -v`
if [[ $VERSION != v8* ]] && [[ $VERSION != v9* ]]; then
echo "$NODE v8 or v9 is required";
if [[ $VERSION != v10* ]]; then
echo "$NODE v10 is required";
else
# Calls duniter JS command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment