Remove possibility to use node 6.* (#4117)
NodeJS v8 est maintenant requis pour faire tourner l'application
This commit is contained in:
commit
54041b60fa
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@
|
|||
"lint:js": "eslint ./app/javascript ./app/assets/javascripts ./config/webpack"
|
||||
},
|
||||
"engines": {
|
||||
"node": "6.* || 8.* || >= 10.*"
|
||||
"node": "8.* || >= 10.*"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue