From bf3fd22d0b3df415e1e234d947ea5225085bb412 Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Sat, 25 Dec 2021 19:49:32 +0100 Subject: [PATCH] update nvm --- local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.yml b/local.yml index b41c2de..502119e 100644 --- a/local.yml +++ b/local.yml @@ -63,4 +63,4 @@ - name: install node become: true become_user: gianm - shell: zsh && source /home/gianm/.zshrc && nvm install --lts + shell: nvm install --lts