From 83319948116fa6548b4cb399dbec8e5392126612 Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Sat, 25 Dec 2021 20:01:52 +0100 Subject: [PATCH] update nvm --- local.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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