From f89bcb496b587bcdd7ab6c5f843f96f00af28d71 Mon Sep 17 00:00:00 2001 From: haad Date: Fri, 29 Nov 2024 07:29:50 +0100 Subject: [PATCH] Add node engine version to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 5a7e9d3..d165ed0 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "bin": { "voyager": "./src/bin/cli.js" }, + "engines": { + "node": ">=20.0.0" + }, "repository": { "type": "git", "url": "https://github.com/orbitdb/voyager"