diff --git a/README.md b/README.md index 330dc40..3b32f77 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ jobs: ## Requirements -- Node.js 18 or higher +- Node.js 22 or higher - GitHub personal access token with `repo` scope - OpenAI API key for AI-powered features diff --git a/package.json b/package.json index d6a9276..4a1365b 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,9 @@ "LICENSE", "README.md" ], + "engines": { + "node": ">=22" + }, "type": "module", "main": "./build/index.js", "types": "./build/index.d.ts",