diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-10 00:08:12 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-10 00:08:12 +0000 |
commit | 9ac561230fb7a94c8f8e35163fe47fdb9829b108 (patch) | |
tree | b44d58434301914890663eee246103596f106552 /doc/install | |
parent | 5aa96ff14229dba7e35f213354963febf3ad2833 (diff) | |
download | gitlab-ce-9ac561230fb7a94c8f8e35163fe47fdb9829b108.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 2 | ||||
-rw-r--r-- | doc/install/requirements.md | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 161116473b9..61d04258e31 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -263,7 +263,7 @@ Since GitLab 8.17, GitLab requires the use of Node to compile JavaScript assets, and Yarn to manage JavaScript dependencies. The current minimum requirements for these are: -- `node` >= v8.10.0. (We recommend node 12.x as it is faster) +- `node` >= v10.13.0. (We recommend node 12.x as it is faster) - `yarn` >= v1.10.0. In many distros, 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). |