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/
This commit is contained in:
Kyle Smith 2019-10-21 11:59:19 -05:00
parent a2eb9f80b0
commit b73ba388d1
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ hash git 2> /dev/null || { echo >&2 "git not found, exiting."; }
# shellcheck disable=SC2034
array_8='8 carbon'
# shellcheck disable=SC2034
array_10='10 dubnium lts'
array_10='10 dubnium'
# shellcheck disable=SC2034
array_12='12 current latest'
array_12='12 erbium lts current latest'
# shellcheck disable=SC2034
array_chakracore_8='chakracore-8'
# shellcheck disable=SC2034