Skip to content

Commit fb8acee

Browse files
authored
docs(jenkins): update Node version to 12 for setup script (#592)
fixes #591
1 parent c31cea3 commit fb8acee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sud
195195
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
196196
197197
# Add Node's apt-key
198-
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
198+
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
199199
200200
# Install NodeJS and Google Chrome
201201
sudo apt-get update

0 commit comments

Comments
 (0)