gradle / gradle-build-action

Execute your Gradle build and trigger dependency submission
https://github.com/marketplace/actions/gradle-build-action
MIT License
679 stars 97 forks source link

Node 20 is now deprecated #1046

Closed TWiStErRob closed 9 months ago

TWiStErRob commented 9 months ago

Hey @bigdaz, would it be possible to release v2 version with Node 20?

Right now we have to choose between using beta action or using an unsupported Node.

bigdaz commented 9 months ago

Changing to run with Node 20 is considered a breaking change, and so we won't update 2.x to use Node 20. You can expect to see a v3.0.0 release that supports Node 20 in the next couple of weeks.

bigdaz commented 9 months ago

This is already fixed on the main branch.

TWiStErRob commented 9 months ago

Makes sense, thanks!