easingthemes / ssh-deploy

GitHub Action for deploying code via rsync over ssh. (with NodeJS)
MIT License
1.17k stars 144 forks source link

Update to Node 20 #166

Closed Pesa closed 10 months ago

Pesa commented 11 months ago

Please update the action to use Node 20. Node 16 is EOL. See https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

codespearhead commented 11 months ago

As of today, Node 18.x is the latest LTS version of Node.

@Pesa Are you willing to make a PR?

Pesa commented 11 months ago

As of today, Node 18.x is the latest LTS version of Node.

Right. Github's post specifically mentions Node 20 though, which is set to become the active LTS in about a month. My guess is that Github prefer skipping one LTS so that they can do one migration every two years instead of every year. IIRC they did the same with the transition from Node 12 to 16.

@Pesa Are you willing to make a PR?

Unfortunately I know nothing about Javascript or Node :(

github-actions[bot] commented 10 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

Pesa commented 10 months ago

This is still relevant. Please reopen.