From 2cde9b0ec0447fde9843facc7a4ad6adb4a79cf6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 7 Feb 2018 17:42:43 +0100 Subject: bash: using node8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 95fb4b2..5c73645 100644 --- a/bashrc +++ b/bashrc @@ -113,7 +113,7 @@ source_maybe $HOME/.cargo/env export SALT_DIR="$HOME/Projects/kubic-project/salt" export SALT_PATH="$HOME/Projects/kubic-project/salt" -export NODE_VERSION="6" +export NODE_VERSION="8" # Finally RVM requires it to be the last thing on the PATH for whatever reason. [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" -- cgit v1.2.3