From d9a0cd626f0b55f9dc447194f95707e8ab7a515e Mon Sep 17 00:00:00 2001 From: Josepablo C Date: Mon, 29 Jul 2024 01:01:50 -0600 Subject: [PATCH] fix(CI): Adding nvm source to gitlab-runner to detect --- scripts/ci_functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci_functions.sh b/scripts/ci_functions.sh index 0072528..bf22e4f 100644 --- a/scripts/ci_functions.sh +++ b/scripts/ci_functions.sh @@ -1,4 +1,5 @@ #! /bin/bash +source /usr/share/nvm/init-nvm.sh # Requirements # Node v18