diff --git a/.travis.yml b/.travis.yml index a99f44b0..ef5181ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ services: - docker language: node_js node_js: - - "12.13.1" + - "12.14.0" jdk: - oraclejdk11 addons: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d3db9328..ed973fcf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,7 +28,7 @@ jobs: displayName: 'Hello World!' - task: NodeTool@0 inputs: - versionSpec: '12.13.1' + versionSpec: '12.14.0' displayName: 'TOOLS: install Node.js' - bash: npm -v displayName: 'TOOLS: display npm version' diff --git a/azure-template-plus.yml b/azure-template-plus.yml index e3e9d932..26f31248 100644 --- a/azure-template-plus.yml +++ b/azure-template-plus.yml @@ -28,7 +28,7 @@ steps: #---------------------------------------------------------------------- - task: NodeTool@0 inputs: - versionSpec: '12.13.1' + versionSpec: '12.14.0' displayName: 'TOOLS: install Node.js' - script: | if [[ $JHI_JDK = '11' ]]; then diff --git a/azure-template-windows.yml b/azure-template-windows.yml index cf60d9e9..a3ed10c5 100644 --- a/azure-template-windows.yml +++ b/azure-template-windows.yml @@ -23,7 +23,7 @@ steps: #---------------------------------------------------------------------- - task: NodeTool@0 inputs: - versionSpec: '12.13.1' + versionSpec: '12.14.0' displayName: 'TOOLS: install Node.js' - pwsh: Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.4%2B11/OpenJDK11U-jdk_x64_windows_hotspot_11.0.4_11.zip" -OutFile AdoptOpenJDK.zip displayName: 'TOOLS: Download AdoptOpenJDK' diff --git a/azure-template.yml b/azure-template.yml index 160589b3..a88f57e5 100644 --- a/azure-template.yml +++ b/azure-template.yml @@ -23,7 +23,7 @@ steps: #---------------------------------------------------------------------- - task: NodeTool@0 inputs: - versionSpec: '12.13.1' + versionSpec: '12.14.0' displayName: 'TOOLS: install Node.js' - script: | if [[ $JHI_JDK = '11' ]]; then