From 43ac01fd3a95bf566682d5eb5caf894cbc0c283e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 14 May 2020 22:43:38 +0200 Subject: [PATCH] fix: we now support node 14 :hurray closes #592 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b92e57eea..d19db2f84f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "url": "https://github.com/unleash/unleash/issues" }, "engines": { - "node": ">=12 <14" + "node": ">=12" }, "license": "Apache-2.0", "main": "./lib/server-impl.js",