Why is Node.js version default to 12 in Ubuntu?

Viewed 9

I always get Node.js version 12.x.x every time I run apt install nodejs in Ubuntu. And it seems like I can't simply just add version such as apt install nodejs:16.17.0. Is there a reason why Ubuntu has default Node.js version?

0 Answers
Related