mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 16:41:24 +03:00
Bumped supported node versions
no issue - bumps 8.x version to match csv-parser minimum version which was updated for a security fix - adds 12.x for testing ready for LTS
This commit is contained in:
parent
587bd8accb
commit
3fd328de88
@ -35,7 +35,7 @@
|
||||
"fixmodulenotdefined": "yarn cache clean && cd core/client && rm -rf node_modules tmp dist && yarn && cd ../../"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^8.10.0 || ^10.13.0",
|
||||
"node": "^8.16.0 || ^10.13.0 || ^12.11.1",
|
||||
"cli": "^1.9.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user