Skip to content

Commit 03bf845

Browse files
authored
Update setup.sh
1 parent 149cf2e commit 03bf845

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,11 @@ fi
278278
source ~/.zshrc
279279
source ~/.bash_profile
280280

281-
# Install the latest stable version of node.js
281+
# Install node.js v14.16.0
282282
echo -e "${lightblue}${sweat_smile} You're enjoying watching me do all the work, aren't you?"
283-
echo -e "Now I'm going to use NVM to install the latest stable version of Node.js${clear}"
283+
echo -e "Now I'm going to use NVM to install Node.js v14.16.0 which works with Azure${clear}"
284284
read -p "${green}Hit return to start the install (return)${clear}"
285-
echo -e "${lightblue}Installing the latest stable version of Node.js...${clear}"
285+
echo -e "${lightblue}Installing Node.js node. v14.16.0...${clear}"
286286
nvm install v14.16.0
287287

288288
# Set up the git config to have the right authors for commits

0 commit comments

Comments
 (0)