Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: fix the release workflow and publish the region-helper functionality #83

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

demetriusfeijoo
Copy link
Contributor

The release workflow is failing due to the required node version for working with the semantic-release package.

image

More details about the error can be checked here

Pull request type

Please check the type of change your PR introduces:-->

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Other (please describe): It adjusts only the CI/CD to work again with the semantic-release package.

How to test this PR

What is the new behavior?

Other information

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20.11
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The node version is updated according to their documentation.

image

Another approach would be to fix a version (using the last successful version) to it and to run:

npx semantic-release@22.0.12
This way I think it would be ok to keep the node in version 18. 🙌

@demetriusfeijoo demetriusfeijoo changed the title chore: fix the release workflow feat: fix the release workflow and publish the region-helper functionality Mar 6, 2024
@demetriusfeijoo demetriusfeijoo merged commit fb87d49 into master Mar 6, 2024
1 check passed
Copy link

github-actions bot commented Mar 6, 2024

🎉 This PR is included in version 3.27.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants