From 925e88041311d32ce830fe31f70e331d0f186f5f Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Wed, 11 May 2022 10:22:43 +0200 Subject: [PATCH] Drop support for Node.js 12 Node.js 12 has reached its EOL date in April 2022. --- scripts/custom-docker-build | 1 - 1 file changed, 1 deletion(-) 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 ;;