Skip to content

Updating CI for Node 24, 26 and removing for Node 18#442

Merged
swapnil-nagar merged 3 commits into
v4.xfrom
swapnil/updateCIForNode26
May 20, 2026
Merged

Updating CI for Node 24, 26 and removing for Node 18#442
swapnil-nagar merged 3 commits into
v4.xfrom
swapnil/updateCIForNode26

Conversation

@swapnil-nagar
Copy link
Copy Markdown
Contributor

Update CI Node.js test matrix

Summary

Update the CI pipeline to align with currently supported Node.js versions by removing Node 18 (EOL) and adding Node 24 and Node 26.

Changes

  • Removed Node.js 18 from the test matrix (reached end-of-life)
  • Added Node.js 24 to the test matrix
  • Added Node.js 26 to the test matrix

Test Matrix (before → after)

Before After
Node 18 Node 20
Node 20 Node 22
Node 22 Node 24
Node 26

Affected Files

  • azure-pipelines/templates/test.yml

Notes

  • The engines field in package.json already requires >=20.0, consistent with dropping Node 18.
  • The build step in azure-pipelines/templates/build.yml continues to use Node 20 for packaging.

@swapnil-nagar swapnil-nagar marked this pull request as ready for review May 19, 2026 21:46
@swapnil-nagar swapnil-nagar requested a review from a team as a code owner May 19, 2026 21:46
Copy link
Copy Markdown
Contributor

@TsuyoshiUshio TsuyoshiUshio left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Contributor

@TsuyoshiUshio TsuyoshiUshio left a comment

Choose a reason for hiding this comment

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

LGTM

@swapnil-nagar swapnil-nagar merged commit aa747ba into v4.x May 20, 2026
15 checks passed
@swapnil-nagar swapnil-nagar deleted the swapnil/updateCIForNode26 branch May 20, 2026 17:14
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