0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

⚙️ Bumped required Ghost-CLI version to 1.16.0

no issue

- Ghost-CLI 1.16.0 contains changes required for the new Ghost 4.0 boot
  - see release notes: https://github.com/TryGhost/Ghost-CLI/releases/tag/1.16.0
- we've also implemented a new policy that you must be on the latest
  version of your major in order to major migrate, which is handled in
  this new CLI version
- by bumping it here, users on previous versions will be required to
  update CLI when attempting to upgrade Ghost
This commit is contained in:
Daniel Lockyer 2021-03-02 09:39:02 +00:00
parent e177e7e1b5
commit 68aa016264
No known key found for this signature in database
GPG key ID: FFBC6FA2A6F6ABC1

View file

@ -36,7 +36,7 @@
},
"engines": {
"node": "^10.13.0 || ^12.10.0 || ^14.15.0",
"cli": "^1.12.0"
"cli": "^1.16.0"
},
"dependencies": {
"@nexes/nql": "0.5.0",