corrects node verion in log output

This commit is contained in:
Hyatt 2023-03-09 17:19:48 -06:00
parent 1abea08d37
commit 1d8b7c4b69
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -87,7 +87,7 @@ pipeline {
jsNodeID = 'node-16'
buildCommand = "make"
} else if (k8slensVersion ==~ '6\\.[4-9]+\\.[0-9]+$') {
echo "Version (${k8slensVersion}) is valid, we will build it with node 18."
echo "Version (${k8slensVersion}) is valid, we will build it with node 16."
doBuild = true
jsNodeID = 'node-16'
buildCommand = "yarn && yarn run build && yarn run build:app"