Update Azure Functions Dependency & Update Version Compatibility#1490
Merged
JacksonWeber merged 2 commits intomicrosoft:mainfrom Feb 20, 2026
Merged
Conversation
hectorhdzg
approved these changes
Feb 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#1486
This pull request updates the project's Node.js compatibility and dependencies to ensure support for the latest Node.js versions and to keep dependencies up to date. The main changes are focused on updating the Node.js versions used in CI workflows, increasing the minimum required Node.js version, and bumping a core dependency.
Node.js version support and CI workflow updates:
.github/workflows/node.js.yml,node.js-linux-arm64.yml,node.js-windows-arm64.yml,node.js-windows-x86.yml) to test against Node.js 24.x and removed support for Node.js 16.x, ensuring CI covers only maintained Node.js versions. [1] [2] [3] [4]package.jsonfrom>=8.0.0to>=18.0.0, aligning the package requirements with the new workflow support.Dependency updates:
@azure/functionsdependency inpackage.jsonfrom version^4.6.0to^4.11.2to incorporate the latest features and fixes.