File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- uses : actions/setup-node@v4
48
48
with :
49
- node-version : 18
49
+ node-version : 20
50
50
cache : npm
51
51
cache-dependency-path : vscode-powershell/package-lock.json
52
52
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ extends:
57
57
EnableCDPxPAT : false
58
58
WindowsHostVersion :
59
59
Version : 2022
60
- Network : Netlock
60
+ Network : KS3
61
61
stages :
62
62
- stage : build
63
63
jobs :
@@ -83,6 +83,10 @@ extends:
83
83
inputs :
84
84
system : Custom
85
85
customVersion : $(package.version)
86
+ - task : UseNode@1
87
+ displayName : Use Node 20.x
88
+ inputs :
89
+ version : 20.x
86
90
- task : DownloadPipelineArtifact@2
87
91
displayName : Download PowerShellEditorServices
88
92
inputs :
@@ -121,9 +125,9 @@ extends:
121
125
skipComponentGovernanceDetection : true
122
126
steps :
123
127
- task : UseNode@1
124
- displayName : Use Node 18 .x
128
+ displayName : Use Node 20 .x
125
129
inputs :
126
- version : 18 .x
130
+ version : 20 .x
127
131
- task : UseDotNet@2
128
132
displayName : Use .NET 8.x SDK
129
133
inputs :
@@ -199,6 +203,10 @@ extends:
199
203
steps :
200
204
- download : current
201
205
displayName : Download artifacts
206
+ - task : UseNode@1
207
+ displayName : Use Node 20.x
208
+ inputs :
209
+ version : 20.x
202
210
- pwsh : npm ci
203
211
displayName : Install NPM packages (for vsce)
204
212
- task : AzureCLI@2
You can’t perform that action at this time.
0 commit comments