Skip to content
Prev Previous commit
Next Next commit
Node 18
  • Loading branch information
wtgodbe committed Mar 21, 2024
commit df9f4e8447ccc5797f8d5daf858c739f3631c2a7
8 changes: 4 additions & 4 deletions .azure/pipelines/jobs/default-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ jobs:
displayName: Start background dump collection
- ${{ if eq(parameters.installNodeJs, 'true') }}:
- task: NodeTool@0
displayName: Install Node 20.x
displayName: Install Node 18.x
inputs:
versionSpec: 20.x
versionSpec: 18.x
- ${{ if and(eq(parameters.installJdk, 'true'), eq(parameters.agentOs, 'Windows')) }}:
- powershell: ./eng/scripts/InstallJdk.ps1
displayName: Install JDK 11
Expand Down Expand Up @@ -404,9 +404,9 @@ jobs:
displayName: Start background dump collection
- ${{ if eq(parameters.installNodeJs, 'true') }}:
- task: NodeTool@0
displayName: Install Node 20.x
displayName: Install Node 18.x
inputs:
versionSpec: 20.x
versionSpec: 18.x
- ${{ if and(eq(parameters.installJdk, 'true'), eq(parameters.agentOs, 'Windows')) }}:
- powershell: ./eng/scripts/InstallJdk.ps1
displayName: Install JDK 11
Expand Down