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
path: root/.nvmrc
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2019-06-14 09:54:44 +0300
committerLukas Eipert <leipert@gitlab.com>2019-06-14 11:11:57 +0300
commitb7de40f6889a1ba536e034193223e8c76ac99276 (patch)
tree3b88e002669805ea26d3f1c773ca9c137d57d1e6 /.nvmrc
parent72b107a5fc11f2c982273ee932cba94fe9f1aa58 (diff)
Update to node@12
This updates our build images to use node@12. We are also adding a sentence to the from-source installation that while we require a minimum version of node@8, we also recommend node@12. Last but not least, we change the version of node in the .nvmrc so that developers using nvm can automatically use node@12 with the project
Diffstat (limited to '.nvmrc')
-rw-r--r--.nvmrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.nvmrc b/.nvmrc
index db24ab967fb..f8c17e78090 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
-10.13.0
+12.4.0