Skip to content

Commit

Permalink
Merge pull request #36 from DanielFran/master
Browse files Browse the repository at this point in the history
Update node to version 12.14.0 LTS
  • Loading branch information
pascalgrimaud authored Jan 2, 2020
2 parents 185cbb5 + b66928b commit fac7eb8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- docker
language: node_js
node_js:
- "12.13.1"
- "12.14.0"
jdk:
- oraclejdk11
addons:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion azure-template-plus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure-template-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion azure-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fac7eb8

Please sign in to comment.