From 7805684f7000b1fc7f406c8c04472b19ef0a208e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 12 May 2020 23:19:28 +0200 Subject: [PATCH] fix: we are NOT ready for node 14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 210e7f533d..00d6742b12 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "url": "https://github.com/unleash/unleash/issues" }, "engines": { - "node": ">=12" + "node": ">=12 <14" }, "license": "Apache-2.0", "main": "./lib/server-impl.js",