forked from claude-did-this/claude-hub
- Remove Node.js 18.x from PR workflow test matrix - Update README.md to require Node.js 20+ instead of 16+ - Add engines field to package.json specifying Node.js >=20.0.0 - Fix linting issues (unused import and indentation) This addresses the compatibility issue with @octokit/rest v22.0.0 which dropped support for Node.js 18, simplifying our CI/CD pipeline and ensuring consistent Node.js version requirements. Resolves #68 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>