File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ stages:
4747 useGlobalJson : true
4848 performMultiLevelLookup : true
4949 - task : NodeTool@0
50- displayName : " Install Node 18.x "
50+ displayName : " Install Node 18.13.0 "
5151 inputs :
52- versionSpec : ' 18.x '
52+ versionSpec : ' 18.13.0 '
5353 - script : |
5454 npm ci
5555 displayName: "Install packages"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ variables:
2222 - name : skipComponentGovernanceDetection
2323 value : true
2424 - name : NodeVersion
25- value : ' 18.x '
25+ value : ' 18.13.0 '
2626 - name : VAR_ARTIFACT_NAME
2727 value : ' CadlCsharpEmitter'
2828 - name : VAR_BUILD_ARTIFACT_STAGING_DIRECTORY
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ stages:
4444 useGlobalJson : true
4545 performMultiLevelLookup : true
4646 - task : NodeTool@0
47- displayName : " Install Node 18.x "
47+ displayName : " Install Node 18.13.0 "
4848 inputs :
49- versionSpec : ' 18.x '
49+ versionSpec : ' 18.13.0 '
5050 - script : |
5151 npm ci
5252 displayName: "Install packages"
Original file line number Diff line number Diff line change 88 vmImage : ubuntu-20.04
99 steps :
1010 - task : NodeTool@0
11- displayName : " Install Node 18.x "
11+ displayName : " Install Node 18.13.0 "
1212 inputs :
13- versionSpec : ' 18.x '
13+ versionSpec : ' 18.13.0 '
1414 - task : UseDotNet@2
1515 displayName : ' Use .NET Core SDK'
1616 inputs :
You can’t perform that action at this time.
0 commit comments