mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
⚙️ Bumped required Ghost-CLI version to 1.17.0
refs https://github.com/TryGhost/Team/issues/658 - Ghost-CLI 1.17.0 displays warnings when users are on an unsupported version of Node, or are running a Ghost version that is EOL - by bumping this here, we can force users to update to CLI 1.17.0 to get these features
This commit is contained in:
parent
57ff38da8a
commit
156900a4ae
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
"engines": {
|
||||
"node": "^12.10.0 || ^14.15.0",
|
||||
"cli": "^1.16.0"
|
||||
"cli": "^1.17.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nexes/nql": "0.5.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue