Skip to content

min nodejs version is 20#2568

Closed
tbo47 wants to merge 2 commits intoAzure:mainfrom
tbo47:main
Closed

min nodejs version is 20#2568
tbo47 wants to merge 2 commits intoAzure:mainfrom
tbo47:main

Conversation

@tbo47
Copy link

@tbo47 tbo47 commented Jul 22, 2025

Thanks for contribution! Please go through following checklist before sending PR.

PR Branch Destination

  • For Azurite V3, please send PR to main branch.
  • For legacy Azurite V2, please send PR to legacy-dev branch.

Always Add Test Cases

Make sure test cases are added to cover the code change.

Add Change Log

Add change log for the code change in Upcoming Release section in ChangeLog.md.

Development Guideline

Please go to CONTRIBUTION.md for steps about setting up development environment and recommended Visual Studio Code extensions.

- cron: '0 19 * * 0'

jobs:
BlobTest_Ubuntu_Node16:
Copy link
Member

@blueww blueww Jul 22, 2025

Choose a reason for hiding this comment

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

Since there are cross coverage from different aspects on each test set, please don't remove any test set, but just update node version of some test sets. To avoid lost test coverage.

Copy link
Author

Choose a reason for hiding this comment

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

I don't think it's possible to test with node 16 if we explicitly say in package.json we need node>=20

I removed node 16 and 18 and added 24

Copy link
Member

Choose a reason for hiding this comment

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

you can just update the test sets with Node 16 and Node 18 to use node 22 or node 24, without change other things in the test sets, so we won't lost test coverage in other aspects.

@blueww
Copy link
Member

blueww commented Jul 23, 2025

The test set based on Node 24 are all failed, this will block node 24 upgrade.

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