From a311005ea1e32b7831d9d14f0a3bfc71198739ac Mon Sep 17 00:00:00 2001 From: anders Date: Tue, 29 Mar 2022 11:14:50 -0500 Subject: [PATCH] engine node >=16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8e7b47..aac5390 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/orbitdb/orbit-db" }, "engines": { - "node": ">=10.0.0" + "node": ">=16.0.0" }, "files": [ "src",