Skip to content

chore: update minimum Node.js requirement from 18 to 20#18

Open
maestrio-ai[bot] wants to merge 1 commit intomainfrom
maestrio/7ef98b41-74ae-48c1-abb5-9f34518fcb4e
Open

chore: update minimum Node.js requirement from 18 to 20#18
maestrio-ai[bot] wants to merge 1 commit intomainfrom
maestrio/7ef98b41-74ae-48c1-abb5-9f34518fcb4e

Conversation

@maestrio-ai
Copy link

@maestrio-ai maestrio-ai bot commented Mar 8, 2026

Summary

  • Node.js 18 reached End-of-Life in April 2025
  • Updated README.md to document Node.js 20 or higher as the minimum requirement (previously 18)
  • Added engines field to package.json to programmatically enforce node >=20

Test plan

  • Verify README.md requirements section shows Node.js 20 or higher
  • Verify package.json contains "engines": { "node": ">=20" }
  • Confirm no other references to Node.js 18 remain in the repo

Node.js 18 reached End-of-Life in April 2025. Update the documented
requirement in README.md and add an engines field to package.json to
enforce Node.js >=20.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant