ilharp / sign-android-release

A GitHub action to sign an APK or AAB
https://github.com/marketplace/actions/sign-android-release-2
MIT License
43 stars 10 forks source link

Please update node version to v20 #19

Closed acooler15 closed 7 months ago

acooler15 commented 7 months ago

GitHub Actions: Transitioning from Node 16 to Node 20

chika0801 commented 7 months ago

Looking forward to your revisions, thank you.

yong2khoo-lm commented 2 months ago

@ilharp to verify, the latest build now, shows failed status right? image

ilharp commented 2 months ago

@ilharp to verify, the latest build now, shows failed status right?

Yes. The action job log shows that it's due to a network timeout.

image

I've triggered a rerun of this job and it now passes successfully. If you have further questions, feel free to create a new issue.

yong2khoo-lm commented 2 months ago

@ilharp Thanks for your clarification. Honestly, i am curious on how to use the one with node20. (allow me to stay on this issue first)

  • uses: ilharp/sign-android-release@v1 # Or use @nightly

From understanding, this doesn't seem to work. Maybe i overlook some configuration. Appreciate if you can shed some light on this.