From 6b6e1d5d02824d517ca3f6924eaa83b7f112135c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 May 2021 09:41:21 +0200 Subject: [PATCH] Drop NodeJS 10 support --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5c374145..e3da19a98 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "licence": "AGPL-3.0", "engines": { - "node": ">=10.x", + "node": ">=12.x", "yarn": ">=1.x", "postgres": ">=10.x", "redis-server": ">=2.8.18",