Skip to content

Commit 33f5de2

Browse files
committed
chore: tag node v14 as current
1 parent b9f9603 commit 33f5de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate-stackbrew-library.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ hash git 2> /dev/null || { echo >&2 "git not found, exiting."; }
99
# shellcheck disable=SC2034
1010
array_10='10 dubnium'
1111
# shellcheck disable=SC2034
12-
array_12='12 erbium lts current'
12+
array_12='12 erbium lts'
1313
# shellcheck disable=SC2034
1414
array_13='13'
1515
# shellcheck disable=SC2034
16-
array_14='14 latest'
16+
array_14='14 latest current'
1717

1818
default_variant=$(get_config "./" "default_variant")
1919

0 commit comments

Comments
 (0)