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