From 4aef4df535d91febee7c408fc05bcf368d9a07ca Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 30 Aug 2023 11:47:22 +0200 Subject: Updated nodejs version being used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 38e9ebf..7aa8d11 100644 --- a/.bashrc +++ b/.bashrc @@ -143,8 +143,9 @@ alias random_string="cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head - # Cargo environment. source_maybe "$HOME/.cargo/env" -# SUSE -export NODE_VERSION="14" +# This is relevant for the alternative switching globally, otherwise I keep +# linking shit up. +export NODE_VERSION="20" ## # Lastly I had some problems with the GPG agent recently. So I copied a solution -- cgit v1.2.3