Conversation
pablodiehl
approved these changes
Dec 16, 2025
MagnunAVFAzion
approved these changes
Dec 16, 2025
PatrickMenoti
approved these changes
Dec 16, 2025
gabrielnes-azion
pushed a commit
that referenced
this pull request
Dec 16, 2025
[skip ci] ## <small>6.2.2 (2025-12-16)</small> * chore(release): 6.2.2-stage.1 ([22cb333](22cb333)) * Merge branch 'main' into stage [skip ci] ([3aab8cd](3aab8cd)) * Release 6.2.2 (#559) ([5301472](5301472)), closes [#559](#559) * chore: update azion dependency to 2.3.1 (#558) ([be4326b](be4326b)), closes [#558](#558) * chore: update reports ([e67e7c5](e67e7c5)) * chore: update reports ([57c1067](57c1067)) * chore: update reports ([e854434](e854434)) * chore: update reports ([7a05ca3](7a05ca3)) * chore: update reports ([d11e948](d11e948)) * chore: update reports ([482336e](482336e)) * chore: update reports ([9bd9261](9bd9261)) * chore: update reports ([5f1b1d0](5f1b1d0)) * chore: update reports ([39d0d66](39d0d66)) * chore: update reports ([bd7d2f1](bd7d2f1)) * chore: update reports ([5956ada](5956ada)) * chore: update reports node.js apis ([2da5fc8](2da5fc8)) * chore: update reports node.js apis ([7f07fb5](7f07fb5)) * chore: update reports node.js apis ([473c54c](473c54c)) * chore: update reports node.js apis ([407fba0](407fba0)) * chore: update reports node.js apis ([665aa2c](665aa2c)) * chore: update reports node.js apis ([e5a8031](e5a8031)) * chore: update reports node.js apis ([fccab33](fccab33)) * chore: update reports node.js apis ([0da56f7](0da56f7)) * chore: update reports node.js apis ([d8133e4](d8133e4)) * chore: update reports node.js apis ([4598e50](4598e50)) * chore: update reports node.js apis ([c15297c](c15297c)) * fix: update deployment workflow to use npm trusted publishers (#555) ([9563915](9563915)), closes [#555](#555)
Contributor
|
🎉 This PR is included in version 6.2.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
This pull request updates the project to use Node.js 22 across all environments and modernizes the CI/CD workflows. It also upgrades several dependencies and development tools, and documents these changes in the changelog.
CI/CD Workflow Updates:
.github/workflows/release.yml,test-e2e-reports.yml,test-e2e.yml,test-nodejs-apis.yml) to useactions/checkout@v5andactions/setup-node@v5, set Node.js version to 22, enable Yarn caching, and configure npm registry for trusted publishing. Removed redundant NPM token environment variables from the release job. [1] [2] [3] [4] [5] [6]Dependency and Environment Updates:
node:22.21.1-alpine3.23for consistency with workflow updates.aziondependency to~2.3.1.@semantic-release/commit-analyzerto^13.0.1,@semantic-release/release-notes-generatorto^14.1.0, andsemantic-releaseto^25.0.2. [1] [2]Versioning and Documentation:
6.2.2-stage.1inpackage.jsonand added a corresponding entry toCHANGELOG.mddocumenting the workflow improvements for npm trusted publishers. [1] [2]These changes ensure the project uses the latest Node.js LTS, improves CI/CD reliability, and keeps dependencies up to date.