Update gitlab build images to use node 14

This commit is contained in:
Lukas Eipert 2021-01-20 12:16:54 +01:00
parent 3bd857cad3
commit 5a3dce5eaf
2 changed files with 19 additions and 18 deletions

View file

@ -152,6 +152,7 @@ function print_node_args() {
10.x) NODE_INSTALL_VERSION=10.16.0 ;;
12.x) NODE_INSTALL_VERSION=12.4.0 ;;
12.18) NODE_INSTALL_VERSION=12.18.4 ;;
14.15) NODE_INSTALL_VERSION=14.15.4 ;;
*) echo "Unknown node version $1"; exit 1;
esac
printf -- "--build-arg NODE_INSTALL_VERSION=%s " "$NODE_INSTALL_VERSION"