summaryrefslogtreecommitdiff
path: root/doc/development/fe_guide
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2019-01-10 18:35:01 +0100
committerLukas Eipert <leipert@gitlab.com>2019-01-14 12:41:39 +0100
commit5bacf494fc31de124d2ab277f27fd72c8706ea06 (patch)
tree08ba444d371df21f6a7bc5a8a15be1c00faf3cc4 /doc/development/fe_guide
parent06df35f41b70e55615a42fcf1673b84da91082e2 (diff)
downloadgitlab-ce-5bacf494fc31de124d2ab277f27fd72c8706ea06.tar.gz
Update FE developer and installation documentation
Diffstat (limited to 'doc/development/fe_guide')
-rw-r--r--doc/development/fe_guide/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/fe_guide/index.md b/doc/development/fe_guide/index.md
index ad87ecf1b87..3a3cb77f592 100644
--- a/doc/development/fe_guide/index.md
+++ b/doc/development/fe_guide/index.md
@@ -21,8 +21,8 @@ We also use [Axios][axios] to handle all of our network requests.
We also utilize [webpack][webpack] to handle the bundling, minification, and
compression of our assets.
-Working with our frontend assets requires Node (v6.0 or greater) and Yarn
-(v1.2 or greater). You can find information on how to install these on our
+Working with our frontend assets requires Node (v8.10.0 or greater) and Yarn
+(v1.10.0 or greater). You can find information on how to install these on our
[installation guide][install].
### Browser Support