mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-30 03:37:44 +00:00
fix build: pipeline Node.js version to 12.16.3 (#4145)
This commit is contained in:
parent
1e5307d458
commit
2e58097f8f
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: '12.x'
|
||||
versionSpec: '12.16.3'
|
||||
|
||||
- task: BatchScript@1
|
||||
displayName: 'setup env'
|
||||
|
|
|
|||
Loading…
Reference in a new issue