summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2019-01-10 18:34:26 +0100
committerLukas Eipert <leipert@gitlab.com>2019-01-14 12:41:38 +0100
commita7ff2dc4058cfdcdd4b5e36833b117fe69c9a242 (patch)
tree762277837dcd78d65ce6f71ca89f470443bdf076 /package.json
parent715f3400ae5e3358f784f4c945db21b8a5dc5a82 (diff)
downloadgitlab-ce-a7ff2dc4058cfdcdd4b5e36833b117fe69c9a242.tar.gz
Enforce node >= 8.10.0 with engines flag
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 325341f1ca7..b305ff76533 100644
--- a/package.json
+++ b/package.json
@@ -163,6 +163,7 @@
"yarn-deduplicate": "^1.0.5"
},
"engines": {
+ "node": ">=8.10.0",
"yarn": "^1.10.0"
}
}