feat: add the hydrogen LTS codename (node v18)

`asdf install` does work for alias `lts-hydrogen`, but it does not display it when running `asdf list-all nodejs`. This makes it clear that it is indeed a supported LTS alias.
This commit is contained in:
Nihal Gonsalves 2022-10-26 16:51:49 +02:00 committed by GitHub
parent 65441d3752
commit ec46bdf07b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,5 +24,5 @@ all_definitions_from_node_build="$(nodebuild_wrapped --definitions)"
# Print
echo $(
print_only_fully_numeric_items "$all_definitions_from_node_build"
printf "%s\n" lts-{argon,boron,carbon,dubnium,erbium,fermium,gallium} lts
printf "%s\n" lts-{argon,boron,carbon,dubnium,erbium,fermium,gallium,hydrogen} lts
)