diff --git a/scripts/custom-docker-build b/scripts/custom-docker-build index a4ef11e..ce54d63 100755 --- a/scripts/custom-docker-build +++ b/scripts/custom-docker-build @@ -114,7 +114,6 @@ function print_lfs_args() { function print_node_args() { case "$1" in - 12.22) NODE_INSTALL_VERSION=12.22.1 ;; 14.15) NODE_INSTALL_VERSION=14.15.4 ;; 14|14.16) NODE_INSTALL_VERSION=14.16.0 ;; 16|16.14) NODE_INSTALL_VERSION=16.14.2 ;;