fix build: pipeline Node.js version to 12.16.3 (#4145)

This commit is contained in:
Yulong Wang 2020-06-05 17:56:03 -07:00 committed by GitHub
parent 1e5307d458
commit 2e58097f8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ jobs:
submodules: ${{ parameters.SubmoduleCheckoutMode }}
- task: NodeTool@0
inputs:
versionSpec: '12.x'
versionSpec: '12.16.3'
- script: |
export JAVA_HOME=/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
java --version

View file

@ -28,7 +28,7 @@ jobs:
- task: NodeTool@0
inputs:
versionSpec: '12.x'
versionSpec: '12.16.3'
- task: BatchScript@1
displayName: 'setup env'