diff --git a/.circleci/config.yml b/.circleci/config.yml index 4cfb0297fa..1f0cad00af 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -137,7 +137,7 @@ commands: - run: name: Install newer nvm command: | - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash + curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash if [ -z "${NVM_DIR}" ] ; then echo 'Default NVM_DIR to .nvm in home' echo 'export NVM_DIR="$HOME/.nvm"' >> $BASH_ENV