2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01: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:
Kevin Ansfield 2019-10-09 15:51:58 +01:00
parent 587bd8accb
commit 3fd328de88

View file

@ -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": {