0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

📌 Pinned Node v10 to ^10.13.0 (#10125)

no issue

- see/reason https://nodejs.org/en/blog/release/v10.13.0/
- https://github.com/TryGhost/Ghost-CLI/releases/tag/1.9.8
This commit is contained in:
Katharina Irrgang 2018-11-07 15:43:01 +01:00 committed by GitHub
parent ff6bf5f318
commit c15a473ac8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
"lint": "grunt lint"
},
"engines": {
"node": "^6.9.0 || ^8.9.0 || ^10.12.0",
"node": "^6.9.0 || ^8.9.0 || ^10.13.0",
"cli": "^1.9.0"
},
"dependencies": {