-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an lts download link in the dist #2351
Comments
For reference, previous discussion: nodejs/node#11173 The tool that creates the links is https://github.com/nodejs/nodejs-latest-linker |
Oh, sorry - missed that issue or I would've linked. Happy to move this discussion wherever its best - do you think that's https://github.com/nodejs/nodejs-latest-linker? |
This was referenced Jan 16, 2022
This was referenced Oct 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice if http://nodejs.org/dist/ contained an
lts/
directory. The scenario I'm after is I want to automate the downloading of the LTS version and would like to (a) avoid hardcoding in dates, (b) avoid having to manually update the LTS when a new version is introduced, and (c) having to parse a page to find the current LTS version. Also open to other ways to do this if I'm missing something!The text was updated successfully, but these errors were encountered: