You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to be able to specify versions in CI configs which are relative to the current LTS version, so that I can test against multiple LTS versions without needing to change the CI config when new versions are released.
Describe the solution you'd like
I want to be able to use lts/-X version notation. This notation is supported by nvm, and allows for specifying offsets from the current LTS version, e.g. currently LTS is v18, so lts/-1 is v16.
Supporting the same notation as nvm would be helpful for consistency with cross-platform CI jobs.
Describe alternatives you've considered
I have not considered any alternatives.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to be able to specify versions in CI configs which are relative to the current LTS version, so that I can test against multiple LTS versions without needing to change the CI config when new versions are released.
Describe the solution you'd like
I want to be able to use
lts/-X
version notation. This notation is supported bynvm
, and allows for specifying offsets from the current LTS version, e.g. currently LTS is v18, solts/-1
is v16.Supporting the same notation as
nvm
would be helpful for consistency with cross-platform CI jobs.Describe alternatives you've considered
I have not considered any alternatives.
The text was updated successfully, but these errors were encountered: