Skip to content

Commit

Permalink
install latest nvm from an up to date source
Browse files Browse the repository at this point in the history
  • Loading branch information
akash1810 committed May 3, 2022
1 parent f1369ff commit de105e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/teamcity-agent/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
nvm_version: 0.33.11
nvm_version: 0.39.1
2 changes: 1 addition & 1 deletion roles/teamcity-agent/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
- name: install nvm
shell: |
set -e
curl -o- https://raw.githubusercontent.com/creationix/nvm/v{{nvm_version}}/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v{{nvm_version}}/install.sh | bash
source /opt/teamcity/.nvm/nvm.sh
nvm install node
nvm install --lts
Expand Down

0 comments on commit de105e1

Please sign in to comment.