jaxxstorm / action-install-gh-release

GitHub Action to install the Github Release binaries
Apache License 2.0
75 stars 32 forks source link

Node12 is deprecated, upgrade to Node16 #31

Closed jrobison-sb closed 1 year ago

jrobison-sb commented 2 years ago

I'm using this action by way of uses: jaxxstorm/action-install-gh-release@v1.7.1, and in the workflow UI I see this deprecation notice:

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: jaxxstorm/action-install-gh-release

As per the doc linked in the recommendation, this action should be upgraded to Node16.

edgeb1-roche commented 1 year ago

Concur, I'm seeing the same thing.