From 29e953542fc468059c4fc87d8ad35433cc75d625 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sun, 8 Nov 2020 16:11:23 -0300 Subject: [PATCH] fix(all): node.js rollback due to Azure. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 809797b7..0ae55ff9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "Dário Vieira " ], "engines": { - "node": "=14.10.1" + "node": "=10.15.2" }, "license": "AGPL-3.0", "preferGlobal": true,