We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1369ff commit de105e1Copy full SHA for de105e1
2 files changed
roles/teamcity-agent/defaults/main.yml
@@ -1,2 +1,2 @@
1
---
2
-nvm_version: 0.33.11
+nvm_version: 0.39.1
roles/teamcity-agent/tasks/main.yml
@@ -66,7 +66,7 @@
66
- name: install nvm
67
shell: |
68
set -e
69
- 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
70
source /opt/teamcity/.nvm/nvm.sh
71
nvm install node
72
nvm install --lts
0 commit comments