Deploy: Change node version for linux based builds

This commit is contained in:
vakarisz 2022-04-04 11:36:55 +03:00
parent f49490bbc8
commit 84fe47a9e5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
WORKSPACE=${WORKSPACE:-$HOME}
DEFAULT_REPO_MONKEY_HOME=$WORKSPACE/git/monkey
MONKEY_ORIGIN_URL="https://github.com/guardicore/monkey.git"
NODE_SRC=https://deb.nodesource.com/setup_12.x
NODE_SRC=https://deb.nodesource.com/setup_16.x
BUILD_SCRIPTS_DIR="$(realpath $(dirname $BASH_SOURCE[0]))"
DIST_DIR="$BUILD_SCRIPTS_DIR/dist"