From c5b66fc167754dca1b651afd146917d8a2ad75cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Fri, 2 Aug 2024 12:43:26 +0200 Subject: [PATCH] feat: adopt Node@18 as the minimum supported version This is a BREAKING CHANGE --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ec37a8f77..37b0a63ed4 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "vhost": "~3.0.2" }, "engines": { - "node": ">= 4" + "node": ">= 18" }, "files": [ "LICENSE",