Create node v16 versions of our build images

This commit is contained in:
Lukas Eipert 2021-11-26 15:21:06 +01:00
parent b2e4da6246
commit ce4f19b5aa
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@
set -xeuo pipefail
IFS=$'\n\t'
NODE_INSTALL_VERSION=${1:-14.16.0}
YARN_INSTALL_VERSION=${2:-1.22.10}
NODE_INSTALL_VERSION=${1:-16.14.0}
YARN_INSTALL_VERSION=${2:-1.22.17}
# Map MAJOR.MINOR.patch -> MAJOR.x
NODE_MAJOR=`echo $NODE_INSTALL_VERSION | sed -r -e "s/([0-9]+)\.[0-9]+.*/\1\.x/g"`