diff --git a/local.yml b/local.yml index 362f633..95e8813 100644 --- a/local.yml +++ b/local.yml @@ -63,4 +63,6 @@ - name: install node become: true become_user: gianm - shell: zsh && nvm install --lts + shell: nvm install --lts + args: + executable: /usr/bin/zsh