Bump Node v8 minimum version (#9198)

no issue

- the official V8 LTS release version is 8.9.0
- came out on the 31th of 10/17 (this is where the official LTS for V8 has started)
- requires an update on docs.ghost.org
This commit is contained in:
Katharina Irrgang 2017-11-01 14:12:58 +01:00 committed by Hannah Wolfe
parent 9b11ad1f90
commit a7fe464d64
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"init": "yarn global add knex-migrator ember-cli grunt-cli && yarn install && grunt symlink && grunt init || true"
},
"engines": {
"node": "^4.5.0 || ^6.9.0 || ^8.8.0"
"node": "^4.5.0 || ^6.9.0 || ^8.9.0"
},
"dependencies": {
"amperize": "0.3.5",