adding latest
This commit is contained in:
@@ -11,9 +11,15 @@
|
||||
|
||||
- name: Install latest node/npm
|
||||
shell: "source {{ default_user_home }}/.nvm/nvm.sh && nvm install node"
|
||||
args:
|
||||
executable: /bin/bash
|
||||
|
||||
- name: Activate latest version
|
||||
shell: "source {{ default_user_home }}/.nvm/nvm.sh && nvm use node"
|
||||
args:
|
||||
executable: /bin/bash
|
||||
|
||||
- name: Install Yarn
|
||||
shell: "source {{ default_user_home }}/.nvm/nvm.sh && npm install -g yarn"
|
||||
args:
|
||||
executable: /bin/bash
|
||||
|
||||
Reference in New Issue
Block a user