From 36d4f22007f70dc965377dfaea10d78975b40263 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Thu, 20 Feb 2025 15:39:49 -0500 Subject: [PATCH] feat: add required engines to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index bf03feb1..a4c3bcde 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,10 @@ "bugs": { "url": "https://github.com/meshtastic/web/issues" }, + "engines": { + "node": ">=20.0.0", + "pnpm": ">=10.1.0" + }, "homepage": "https://meshtastic.org", "dependencies": { "@bufbuild/protobuf": "^1.10.0",