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:
parent
08a0a4c69e
commit
1aecc68460
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue