Skip to content

Commit

Permalink
Add codename Jod
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Oct 29, 2022
1 parent 81dbb54 commit f0315af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/n
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function update_arch_settings_for_version() {
function is_lts_codename() {
# https://github.com/nodejs/Release/blob/master/CODENAMES.md
# e.g. argon, Boron
[[ "$1" =~ ^([Aa]rgon|[Bb]oron|[Cc]arbon|[Dd]ubnium|[Ee]rbium|[Ff]ermium|[Gg]allium|[Hh]ydrogen|[Ii]ron)$ ]]
[[ "$1" =~ ^([Aa]rgon|[Bb]oron|[Cc]arbon|[Dd]ubnium|[Ee]rbium|[Ff]ermium|[Gg]allium|[Hh]ydrogen|[Ii]ron|[Jj]od)$ ]]
}

#
Expand Down

0 comments on commit f0315af

Please sign in to comment.