Skip to content

build: update node versions#562

Merged
paanSinghCoder merged 1 commit intomainfrom
build/update-node-test-version
Jan 6, 2026
Merged

build: update node versions#562
paanSinghCoder merged 1 commit intomainfrom
build/update-node-test-version

Conversation

@paanSinghCoder
Copy link
Copy Markdown
Contributor

Description

  1. Tests workflow we have defined Node v18.x and 20.x which runs the whole workflow twice for both the version which is unnecessary.
  2. The Node version in package.json is "node": ">=22". The tests should ideally only run only on Node v22.x and 24.x (both LTS).
  3. Update other worflow node versions to 22.x instead of 18.x in release.yaml and release-rc.yaml.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactor (no functional changes, no bug fixes just code improvements)
  • Chore (changes to the build process or auxiliary tools and libraries such as documentation generation)
  • Style (changes that do not affect the meaning of the code (white-space, formatting, etc))
  • Test (adding missing tests or correcting existing tests)
  • Improvement (Improvements to existing code)
  • Other (please specify)

How Has This Been Tested?

Will be tested after merge as build runs on main branch workflow.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (.mdx files)
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

Screenshots (if appropriate):

[Add screenshots here]

Related Issues

[Link any related issues here using #issue-number]

@vercel
Copy link
Copy Markdown

vercel Bot commented Dec 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
apsara Ready Ready Preview, Comment Dec 23, 2025 7:04am

@paanSinghCoder paanSinghCoder merged commit 015a2db into main Jan 6, 2026
4 checks passed
@paanSinghCoder paanSinghCoder deleted the build/update-node-test-version branch January 6, 2026 04:37
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.

2 participants