29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-28 16:13:42 +00:00

Stop people trying on node 12

Node-gyp in our package tree doesn't compile in node 12 at the moment. We can remove this exclusion when our dependencies build correctly
This commit is contained in:
wilsonge 2019-05-05 12:59:13 +01:00
parent e4b905b72c
commit 1b8a86339a
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04

View File

@ -8,7 +8,7 @@
"url": "https://github.com/joomla/joomla-cms.git"
},
"engines": {
"node": ">=8.11.4",
"node": ">=8.11.4 <12.0.0",
"npm": ">=5.7.0"
},
"scripts": {