Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-10 03:08:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-10 03:08:12 +0300
commit9ac561230fb7a94c8f8e35163fe47fdb9829b108 (patch)
treeb44d58434301914890663eee246103596f106552 /doc/install/requirements.md
parent5aa96ff14229dba7e35f213354963febf3ad2833 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/install/requirements.md')
-rw-r--r--doc/install/requirements.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 9bc1658d59c..052a5d2782a 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -59,16 +59,16 @@ GitLab 11.11 and higher only supports Git 2.21.x and newer, and
### Node.js versions
-Beginning in GitLab 11.8, we only support Node.js 8.10.0 or higher, and dropped
-support for Node.js 6.
+Beginning in GitLab 12.9, we only support node.js 10.13.0 or higher, and we have dropped
+support for node.js 8. (node.js 6 support was dropped in GitLab 11.8)
We recommend Node 12.x, as it is faster.
GitLab uses [webpack](https://webpack.js.org/) to compile frontend assets, which requires a minimum
-version of Node.js 8.10.0.
+version of Node.js 10.13.0.
You can check which version you are running with `node -v`. If you are running
-a version older than `v8.10.0`, you need to update to a newer version. You
+a version older than `v10.13.0`, you need to update to a newer version. You
can find instructions to install from community maintained packages or compile
from source at the [Node.js website](https://nodejs.org/en/download).