From febac144fb5df8118beba303135768a0fb4d30dc Mon Sep 17 00:00:00 2001 From: Lily Skye Date: Tue, 3 Sep 2024 18:55:18 -0600 Subject: [PATCH] try to work around weird nvm issue --- meta/scripts/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/scripts/ci.sh b/meta/scripts/ci.sh index dc3dfa7..a982b8a 100755 --- a/meta/scripts/ci.sh +++ b/meta/scripts/ci.sh @@ -9,7 +9,7 @@ ln -s /usr/bin/batcat /usr/local/bin/bat # ugh, the gh actions image claims to have nvm, but they don't do this for you export NVM_DIR="$HOME/.nvm" -source "$NVM_DIR/nvm.sh" +source "$NVM_DIR/nvm.sh" --no-use nvm install nvm use