Skip to content
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

Creating an LTS tag for node js #53

Open
kishaningithub opened this issue Nov 4, 2023 · 3 comments
Open

Creating an LTS tag for node js #53

kishaningithub opened this issue Nov 4, 2023 · 3 comments

Comments

@kishaningithub
Copy link

When I am using NVM my general usage is to run nvm install --lts to ensure I use the latest node LTS version in my project

It would be great if I can do something like pkgx node@lts --version and use the latest LTS version

@jhheider
Copy link
Contributor

jhheider commented Nov 4, 2023

it's an interesting idea. what you'd want to implement would be something like:

versions:
  github: nodejs/node/releases/tags
  aliases:
    lts: ^24 || ^22 || ^20 || ^18 || ^16

or similar. I believe that support would be in pkgxdev/libpkgx. I'll move this issue there for further exploration.

@jhheider jhheider transferred this issue from pkgxdev/pantry Nov 4, 2023
@mxcl
Copy link
Member

mxcl commented Nov 17, 2023

I would enjoy exploring the idea. Alias is not the right word IMO. Tags perhaps. Though that has connotations with git tags.

@mxcl
Copy link
Member

mxcl commented Nov 17, 2023

Another one would be rust’s nightly tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants