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.91k stars 289 forks source link

feat: bump runtime to node 20 #173

Closed chenrui333 closed 1 year ago

chenrui333 commented 1 year ago

Description and Context:

Node 16 reaches the end of life soon on 11 Sep 2023. This PR updates the default runtime to node20 (Node 20). I have also bumped the actions/checkout version to v4 for the same.

Related issue:

https://github.com/actions/runner/pull/2732


A major version bump might be needed after the PRs merge.

dscho commented 1 year ago

I believe that #172 includes this change now, but also much more. I'm not sure we need to bump the major version. What do you think about that @mxschmitt?

mxschmitt commented 1 year ago

thank you for your contribution, we landed it as part of https://github.com/mxschmitt/action-tmate/pull/172.