Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.39.1
nvm_version: 0.33.11
7 changes: 4 additions & 3 deletions roles/teamcity-agent/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@
- name: install nvm
shell: |
set -e
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v{{nvm_version}}/install.sh | bash
curl -o- https://raw.githubusercontent.com/creationix/nvm/v{{nvm_version}}/install.sh | bash
source /opt/teamcity/.nvm/nvm.sh
nvm install node
nvm install --lts
# Gallium is Node 16
nvm install --lts=Gallium
nvm alias default 16
become: yes
become_user: teamcity
args:
Expand Down