Skip to content

Commit df9f4e8

Browse files
committed
Node 18
1 parent 6d2a1c7 commit df9f4e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azure/pipelines/jobs/default-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ jobs:
178178
displayName: Start background dump collection
179179
- ${{ if eq(parameters.installNodeJs, 'true') }}:
180180
- task: NodeTool@0
181-
displayName: Install Node 20.x
181+
displayName: Install Node 18.x
182182
inputs:
183-
versionSpec: 20.x
183+
versionSpec: 18.x
184184
- ${{ if and(eq(parameters.installJdk, 'true'), eq(parameters.agentOs, 'Windows')) }}:
185185
- powershell: ./eng/scripts/InstallJdk.ps1
186186
displayName: Install JDK 11
@@ -404,9 +404,9 @@ jobs:
404404
displayName: Start background dump collection
405405
- ${{ if eq(parameters.installNodeJs, 'true') }}:
406406
- task: NodeTool@0
407-
displayName: Install Node 20.x
407+
displayName: Install Node 18.x
408408
inputs:
409-
versionSpec: 20.x
409+
versionSpec: 18.x
410410
- ${{ if and(eq(parameters.installJdk, 'true'), eq(parameters.agentOs, 'Windows')) }}:
411411
- powershell: ./eng/scripts/InstallJdk.ps1
412412
displayName: Install JDK 11

0 commit comments

Comments
 (0)