HOTFIX: upgraded Node to 12.10.0
This commit is contained in:
parent
d7cfd31b05
commit
b09567410e
|
@ -19,7 +19,7 @@ stages:
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- FORCE_DEPLOY=false
|
- FORCE_DEPLOY=false
|
||||||
- NODE_VERSION=8
|
- NODE_VERSION=12.10.0
|
||||||
- DEPLOY_REPO=Taskana/taskana
|
- DEPLOY_REPO=Taskana/taskana
|
||||||
- VERSION=v`mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.6.0:exec -f ./lib`
|
- VERSION=v`mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.6.0:exec -f ./lib`
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue