From 5167735b5bb3eb5e3b497440210e65cba7dcb772 Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Mon, 27 Dec 2021 14:19:33 +0100 Subject: [PATCH] changed nvm command --- local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.yml b/local.yml index 602bebc..c6f85b8 100644 --- a/local.yml +++ b/local.yml @@ -62,6 +62,6 @@ - name: install node become_user: gianm - shell: source ~/.zshrc && nvm install --lts + shell: nvm install --lts args: executable: /usr/bin/zsh \ No newline at end of file