Skip to content

Commit

Permalink
Bump Node v8 minimum version (#9198)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kirrg001 authored and ErisDS committed Nov 1, 2017
1 parent 9b11ad1 commit a7fe464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a7fe464

Please sign in to comment.