-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Closed
Labels
Description
It would be great to be able to download the proper platform binary for the latest of an LTS release.
At the moment, most release files are prefixed with the exact version number.
https://nodejs.org/dist/latest-carbon/node-v8.9.0-linux-x64.tar.xz
existshttps://nodejs.org/dist/latest-carbon/node-linux-x64.tar.xz
does not
So, I can't download the latest of the carbon LTS line for my platform, without already knowing that it's v8.9.0. This adds some extra steps to automated scripts trying to install an LTS version.
benjimin