From 502d7bc90318b99c9809f3831a2fd62a5c795471 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 7 Apr 2020 15:49:48 +0200 Subject: bash: upgrade the default node 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(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index abdc66a..94d3f57 100644 --- a/.bashrc +++ b/.bashrc @@ -114,7 +114,7 @@ alias random_string="cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head - source_maybe "$HOME/.cargo/env" # SUSE -export NODE_VERSION="8" +export NODE_VERSION="10" # 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