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:
parent
e177e7e1b5
commit
68aa016264
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue