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 |
Replies: 6 comments 15 replies
|
@TomasHubelbauer Hi! |
|
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. |
|
wen runs:
using: 'node18'
main: 'main.js'
|
|
|
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 |
|
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. |
@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