Skip to content

Nodejs version Upgrade to 21+#2650

Open
jainakanksha-msft wants to merge 12 commits into
mainfrom
akkuNodejsUpgrade
Open

Nodejs version Upgrade to 21+#2650
jainakanksha-msft wants to merge 12 commits into
mainfrom
akkuNodejsUpgrade

Conversation

@jainakanksha-msft

@jainakanksha-msft jainakanksha-msft commented May 28, 2026

Copy link
Copy Markdown
Collaborator

Description

  • Updated project's minimum supported Node.js version to 21+,
  • Removes support for older Node.js versions (14, 16, 18, and 20),
  • Updates all CI workflows and documentation accordingly.
  • Migrates the Windows/Linux binary build process to use Node.js SEA (Single Executable Applications) with esbuild and postject,
  • Introduces new test lanes for Node.js 21, 22, and 24 across all platforms and updates the changelog to reflect these changes.
  • Added a temporary, non-blocking legacy Node 16 smoke lane in Azure Pipelines for monitoring during the transition period. (ChangeLog.md)

These changes ensure that Azurite is future-proofed for newer Node.js versions and modernizes the binary build and validation process.

Add Change Log

  • Updated the README.md to document the new SEA binary build process, including prerequisites, supported Node.js versions, and relevant commands for building and auditing binaries.
  • Updated the ChangeLog.md to reflect the raised Node.js version baseline, binary build process migration, and the addition of a temporary legacy Node 16 smoke lane in Azure Pipelines.

Copilot AI review requested due to automatic review settings May 28, 2026 11:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR raises Azurite’s declared Node.js runtime floor to Node 20 and updates PR validation coverage to newer Node.js versions.

Changes:

  • Updates package.json engines.node from >=10.0.0 to >=20.0.0.
  • Reworks GitHub Actions PR validation jobs to run primarily against Node 20, 22, and 24.
  • Updates workflow formatting and command indentation.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
package.json Raises the package’s minimum supported Node.js version.
.github/workflows/PrValidation.yml Updates CI job names and Node versions used for validation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json Outdated
Comment thread .github/workflows/PrValidation.yml
Comment thread .github/workflows/PrValidation.yml
Copilot AI review requested due to automatic review settings June 3, 2026 12:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 8 out of 9 changed files in this pull request and generated 8 comments.

Comment thread scripts/buildLinux.js Outdated
Comment thread scripts/buildLinux.js
Comment thread scripts/buildLinux.js Outdated
Comment thread scripts/buildExe.js
Comment thread scripts/buildExe.js Outdated
Comment thread package.json
Comment thread README.md
Comment thread azure-pipelines.yml
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 3, 2026 12:26
jainakanksha-msft and others added 3 commits June 3, 2026 17:58
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 8 out of 9 changed files in this pull request and generated 5 comments.

Comment thread scripts/buildLinux.js Outdated
Comment thread scripts/buildLinux.js
Comment thread package.json
Comment thread azure-pipelines.yml Outdated
Comment thread scripts/buildExe.js
jainakanksha-msft and others added 2 commits June 4, 2026 12:18
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 4, 2026 10:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 8 out of 9 changed files in this pull request and generated 3 comments.

Comment thread scripts/buildExe.js
Comment thread package.json
Comment thread README.md
@jainakanksha-msft jainakanksha-msft changed the title Nodejs version Upgrade to 20 Nodejs version Upgrade to 21+ Jun 5, 2026
Copilot AI review requested due to automatic review settings June 5, 2026 11:59

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 9 out of 10 changed files in this pull request and generated 3 comments.

Comment thread scripts/buildExe.js
Comment thread scripts/buildExe.js Outdated
Comment thread scripts/buildLinux.js
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.

3 participants