From 8070a9364886ba3cb4645f0610d78876e2011540 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Mon, 27 Jul 2020 15:40:53 +0200 Subject: [PATCH] MOBILE-3425 core: Allow node versions higher than 11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd73881a4..226dcc9d8 100644 --- a/package.json +++ b/package.json @@ -274,6 +274,6 @@ } }, "engines": { - "node": "11.x" + "node": ">=11.x" } } \ No newline at end of file