From ec20c3061ab2c192c930bf0e1316bf6286417035 Mon Sep 17 00:00:00 2001 From: Kevin Van Lierde Date: Tue, 2 Aug 2022 01:17:56 +0200 Subject: [PATCH] Dropped support for Node < 12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5105bad..3130a3b 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "test": "test" }, "engines": { - "node": ">=8" + "node": ">=12" }, "publishConfig": { "access": "public"