Skip to content

Commit de105e1

Browse files
committed
install latest nvm from an up to date source
1 parent f1369ff commit de105e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
nvm_version: 0.33.11
2+
nvm_version: 0.39.1

roles/teamcity-agent/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
- name: install nvm
6767
shell: |
6868
set -e
69-
curl -o- https://raw.githubusercontent.com/creationix/nvm/v{{nvm_version}}/install.sh | bash
69+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v{{nvm_version}}/install.sh | bash
7070
source /opt/teamcity/.nvm/nvm.sh
7171
nvm install node
7272
nvm install --lts

0 commit comments

Comments
 (0)