diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-08-30 11:47:22 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-08-30 11:47:22 +0200 |
| commit | 4aef4df535d91febee7c408fc05bcf368d9a07ca (patch) | |
| tree | 579a61efb93e96a490e4380a4c137a63c71fba15 | |
| parent | effd08ba3063cde8427fc32909efa657d5a1f3bc (diff) | |
| download | dotfiles-4aef4df535d91febee7c408fc05bcf368d9a07ca.tar.gz dotfiles-4aef4df535d91febee7c408fc05bcf368d9a07ca.zip | |
Updated nodejs version being used
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | .bashrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
