Remove possibility to use node 6.* (#4117)

NodeJS v8 est maintenant requis pour faire tourner l'application
This commit is contained in:
Pierre de La Morinerie 2019-07-18 11:20:31 +02:00 committed by GitHub
commit 54041b60fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,6 @@
"lint:js": "eslint ./app/javascript ./app/assets/javascripts ./config/webpack"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
"node": "8.* || >= 10.*"
}
}