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:
parent
a2eb9f80b0
commit
b73ba388d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue