remove possibility to use node 6.*
This commit is contained in:
parent
9d9509393d
commit
f65dccca15
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@
|
||||||
"lint:js": "eslint ./app/javascript ./app/assets/javascripts ./config/webpack"
|
"lint:js": "eslint ./app/javascript ./app/assets/javascripts ./config/webpack"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "6.* || 8.* || >= 10.*"
|
"node": "8.* || >= 10.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue