mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
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:
parent
9b11ad1f90
commit
a7fe464d64
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user