Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Aug 11, 2025

Updates the Node.js version requirement from v10.15.x to v20.x in the project documentation to reflect the current runtime requirements.

Changes made:

  • Updated README.md Requirements section to specify "node v20.x or higher" instead of "node v10.15.x or higher"
  • Updated .nvmrc file from v10.15.3 to v20.17.0

Context:

The GitHub Actions CI workflow was already using Node 20.x (node-version: '20.x' in .github/workflows/feature-build.yml), but the documentation still referenced the outdated v10.15.x requirement. This change aligns the documented requirements with the actual runtime environment.

All existing tests continue to pass with Node 20.x, confirming compatibility.

Fixes #22.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: bijujoseph <3535395+bijujoseph@users.noreply.github.com>
Copilot AI changed the title [WIP] Update readme Update Node.js version requirement to v20.x Aug 11, 2025
Copilot AI requested a review from bijujoseph August 11, 2025 16:42
Copilot finished work on behalf of bijujoseph August 11, 2025 16:42
@github-actions
Copy link

File Coverage Lines Branches
All files 96% 96% 96%

Minimum allowed coverage is 90%

Generated by 🐒 cobertura-action against 7716a9e

Copy link
Member

@bijujoseph bijujoseph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes looks good to me

@bijujoseph bijujoseph marked this pull request as ready for review August 11, 2025 16:46
@bijujoseph bijujoseph merged commit 7100146 into master Aug 11, 2025
1 check passed
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.

Update readme

2 participants