From 3fd328de8834cb250f3808aab40be2a7607f329c Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Wed, 9 Oct 2019 15:51:58 +0100 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0891a4b2a..79c5e37f11 100644 --- a/package.json +++ b/package.json @@ -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": {