Merge 6fdc277f188624ea4f6fb19f263658aefff5212b into d6c46342693205f0dae441b45742d9c85d41cf33

This commit is contained in:
William Cheng 2025-05-11 12:56:51 +02:00 committed by GitHub
commit d85ed9e0d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,6 @@ elif [ "$NODE_INDEX" = "3" ]; then
echo "Running node $NODE_INDEX ... "
# Install node@stable (for angular 6)
set +e
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
export NVM_DIR="/opt/circleci/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"