Skip to content

Conversation

@EmmaZhu
Copy link
Member

@EmmaZhu EmmaZhu commented Jul 28, 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.


async function build() {
const pkgTarget = 'node18-win-x64';
const pkgTarget = 'node22-win-x64';
Copy link
Member

Choose a reason for hiding this comment

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

The failure looks is caused by 'pkg-fetch' not support node 22.
https://www.npmjs.com/package/pkg-fetch/v/3.5.2?activeTab=readme

There are other similar tool support node 22 like https://www.npmjs.com/package/@yao-pkg/pkg-fetch?activeTab=readme

We might can consider upgrade to node 22 in the future release.

node_version: 22.x
node_20_x:
node_version: 20.x
node_14_x:
Copy link
Member

Choose a reason for hiding this comment

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

This file is actually not used in test now.

The test already move to github action, the test config file is : https://github.com/Azure/Azurite/blob/main/.github/workflows/PrValidation.yml

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