From 35b33341c448e4bd8807820d9443690cab064bd8 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 20 Mar 2021 10:09:39 -0500 Subject: [PATCH] Clone nvm from official source nvm is now hosted at nvm-sh/nvm. Change-Id: Idc00830e8404f556f8ebf38c93e67c2e574bf412 --- roles/upload-npm/tasks/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/upload-npm/tasks/main.yaml b/roles/upload-npm/tasks/main.yaml index 4358ab91b..444cfdcf4 100644 --- a/roles/upload-npm/tasks/main.yaml +++ b/roles/upload-npm/tasks/main.yaml @@ -8,9 +8,9 @@ - name: Install NVM git: - repo: 'https://github.com/creationix/nvm' + repo: 'https://github.com/nvm-sh/nvm' dest: '~/.nvm' - version: v0.33.5 + version: v0.37.2 - name: Upload tarball to npm args: