rlespinasse / release-that

Opinionated GitHub Action to ease the release of a repository
MIT License
5 stars 0 forks source link

GitHub Actions: Transitioning from Node 16 to Node 20 #34

Closed rlespinasse closed 10 months ago

rlespinasse commented 1 year ago

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

rlespinasse commented 1 year ago

I consider this change like a breaking change so this will be in the v2 and the v1 will be set as deprecated.

This change will enable us to use more recent semantic-release versions which have been impossible since the node16 wasn't enough anymore.

Since this action acts as a wrapper for some use cases around the awesome semantic-release-action. We will wait for the support of node20 of it.

rlespinasse commented 11 months ago

https://github.com/cycjimmy/semantic-release-action/releases/tag/v4.0.0 support Node 20

rlespinasse commented 10 months ago

I change my mind about this issue's breaking change part. I will make the move to node 20 in the v1 branch.

github-actions[bot] commented 10 months ago

:tada: This issue has been resolved in version 1.8.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: