mxschmitt / action-tmate

Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
https://mxschmitt.github.io/action-tmate/
MIT License
2.93k stars 287 forks source link

[BUG] runner is reporting old Node.js version #139

Closed nsalfos closed 2 years ago

nsalfos commented 2 years ago

Seems many actions using Node.js are erroring out with this output:

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: mxschmitt/action-tmateShow

Yesterday i reported the same in this other action i'm leveraging here

mxschmitt commented 2 years ago

Are you using v3?

mxschmitt/action-tmate@v3

nsalfos commented 2 years ago

Actually using the latest published: mxschmitt/action-tmate@v3.11

mxschmitt commented 2 years ago

I released a new version, should be fixed now!