From a16429fdc385482d2923f9d84fd4758d51782972 Mon Sep 17 00:00:00 2001 From: Josepablo Cruz Baas Date: Wed, 2 Oct 2024 02:47:36 +0000 Subject: [PATCH] fix: Remove nvm source from CI script --- scripts/ci_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci_functions.sh b/scripts/ci_functions.sh index 629c7d2..1ad50df 100644 --- a/scripts/ci_functions.sh +++ b/scripts/ci_functions.sh @@ -1,5 +1,5 @@ #! /bin/bash -source /usr/share/nvm/init-nvm.sh +source ~/bash_config.sh # Requirements # Node v18