diff --git a/package.json b/package.json index f346b041..35f02a73 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,10 @@ "npm run format" ] }, + "engines": { + "node": ">=20.0.0", + "pnpm": ">=10.0.0" + }, "repository": { "type": "git", "url": "git+https://github.com/meshtastic/web.git" @@ -31,10 +35,6 @@ "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",