0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Set Node v12 to available nodesource version

- seems v12.10.0 is the latest available version for bionic via nodesource ppa
- want to support a version that can be installed on our recommended stack
This commit is contained in:
Hannah Wolfe 2019-10-10 15:30:24 +01:00 committed by GitHub
parent 08a0a4c69e
commit 1aecc68460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@
"fixmodulenotdefined": "yarn cache clean && cd core/client && rm -rf node_modules tmp dist && yarn && cd ../../"
},
"engines": {
"node": "^8.16.0 || ^10.13.0 || ^12.11.1",
"node": "^8.16.0 || ^10.13.0 || ^12.10.0",
"cli": "^1.9.0"
},
"dependencies": {