Commit 8a9d33d1 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-node-12' into 'master'

docs: Upgrade the minimum required Node.js version from 10 to 12

See merge request gitlab-org/gitlab!61864
parents cf2e6b9e c2b7771e
......@@ -257,12 +257,12 @@ rm go1.13.5.linux-amd64.tar.gz
## 4. Node
In GitLab 8.17 and later, GitLab requires the use of Node to compile JavaScript
GitLab requires the use of Node to compile JavaScript
assets, and Yarn to manage JavaScript dependencies. The current minimum
requirements for these are:
- `node` >= v10.14.2. (We recommend node 14.x as it is faster)
- `yarn` >= v1.10.0.
- `node` >= v12.22.1. (We recommend node 14.x as it is faster)
- `yarn` = v1.22.x (Yarn 2 is not supported yet)
In many distributions,
the versions provided by the official package repositories are out of date, so
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment