From 9858688afedfe6e485d8980f91b8a598ae5455a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D0=B8=D0=BB=20=D0=9F=D1=80=D0=BE?= =?UTF-8?q?=D0=BD=D0=B8=D0=BD?= Date: Sun, 9 Feb 2020 10:02:46 +1000 Subject: [PATCH] Update Node version in install.md (#753) --- content/en/admin/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/admin/install.md b/content/en/admin/install.md index b99233fa..8455d278 100644 --- a/content/en/admin/install.md +++ b/content/en/admin/install.md @@ -22,7 +22,7 @@ Make sure curl is installed first: #### Node.js {#node-js} ```bash -curl -sL https://deb.nodesource.com/setup_8.x | bash - +curl -sL https://deb.nodesource.com/setup_10.x | bash - ``` #### Yarn {#yarn}