sign-android-release icon indicating copy to clipboard operation
sign-android-release copied to clipboard

Using the action prints warning about usage of deprecated node12

Open mpost opened this issue 2 years ago • 5 comments

Here is the warning:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: r0adkll/[email protected]

The node version is specified here: https://github.com/r0adkll/sign-android-release/blob/master/action.yml#L57

mpost avatar Nov 28 '22 14:11 mpost

It does look like #70 updates the action.yml file.

Brandon-Ritchie avatar Jan 11 '23 14:01 Brandon-Ritchie

Is there any progress on getting https://github.com/r0adkll/sign-android-release/pull/70 merged...?

jy-freeagent avatar Feb 06 '23 16:02 jy-freeagent

It looks like the project is abandon, is there any alternatives?

paolorevillosa avatar Feb 21 '23 09:02 paolorevillosa

For anyone still looking, this alternative doesn’t have the Node.js or set-output issues.

short-dsb avatar Apr 26 '23 21:04 short-dsb

@short-dsb @paolorevillosa @jy-freeagent @mpost @Brandon-Ritchie I have created a new repo trying to maintain the project, based on this solution.

My solution is based on Node.js 20.9 and I solved also this issue.

https://github.com/filippoLeporati93/android-release-signer

filippoLeporati93 avatar Mar 21 '24 14:03 filippoLeporati93