0
Fork 0
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:
Daniel Lockyer 2021-05-05 14:40:28 +01:00
parent 57ff38da8a
commit 156900a4ae
No known key found for this signature in database
GPG key ID: FFBC6FA2A6F6ABC1

View file

@ -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",