Skip to content

Nodejs version Upgrade to 20#2650

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

Nodejs version Upgrade to 20#2650
jainakanksha-msft wants to merge 2 commits into
mainfrom
akkuNodejsUpgrade

Conversation

@jainakanksha-msft
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings May 28, 2026 11:45
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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
},
"engines": {
"node": ">=10.0.0",
"node": ">=20.0.0",
Comment on lines 537 to 538
- run: npm run build:exe
- run: npm run test:exe
with:
node-version: '20'
node-version: "24"
- run: npm ci --legacy-peer-deps
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