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"