Skip to content

Commit b73ba38

Browse files
committed
feat: add Erbium tag to 12.x, reassign lts tag from 10.x to 12.x
- https://nodejs.org/en/blog/release/v12.13.0/
1 parent a2eb9f8 commit b73ba38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

generate-stackbrew-library.sh

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

0 commit comments

Comments
 (0)