Will Node 18 LTS become the default Node version on the agent images? #5429
-
Hi, Node 18 is out: It will become LTS in October:
At the same time, Node 16 will enter maintenance mode: It seems that GitHub Actions uses the current LTS as the Node version that's built-in to the agent images. I'm judging that based on announcements like this one for Node 16. Can we expect Node 18 will become the new default? And how do you estimate the delay will be between Node 18 reaching LTS status and GA shipping it as the default Node version? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 15 replies
-
@TomasHubelbauer Hi! |
Beta Was this translation helpful? Give feedback.
-
Node 18 is now LTS - see https://nodejs.org/en/blog/release/v18.12.0/ from Oct 25, 2022. It would be great to see an announcement with your dates for switch-over. |
Beta Was this translation helpful? Give feedback.
-
wen runs:
using: 'node18'
main: 'main.js'
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
For future reference and for any readers, finally it seems the transition is to node 20 by spring 2024 as per this GitHub blog post |
Beta Was this translation helpful? Give feedback.
-
We're locking this discussion because it has not had recent activity and/or other members have asked for more information to assist you but received no response. Thank you for helping us maintain a productive and tidy community for all our members. |
Beta Was this translation helpful? Give feedback.
@TomasHubelbauer Hi!
Yes, once Node 18 becomes LTS we will switch the default version and announce it the same way as we did for Node 16
#4446