From 6d4dbd8f0ba2b137b976d808bbcb4f35e5a5d635 Mon Sep 17 00:00:00 2001 From: Kevin Van Lierde Date: Wed, 14 Feb 2024 00:55:38 +0100 Subject: [PATCH] Drops support for Node < 14.14.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bf44182..71fc086 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "MIT", "author": "Ismay Wolff (https://www.wolffsoftwareengineering.nl)", "maintainers": [ - "Kevin Van Lierde (https://webketje.com" + "Kevin Van Lierde (https://webketje.com)" ], "source": "src/index.js", "main": "lib/index.cjs", @@ -71,6 +71,6 @@ "access": "public" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.14.0" } }