update nvm

This commit is contained in:
Gianmarco Pettinato 2021-12-25 20:01:52 +01:00
parent e54ab26ae9
commit 8331994811
1 changed files with 3 additions and 1 deletions

View File

@ -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