File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
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 @@ -82,6 +82,10 @@ extends:
82
82
inputs :
83
83
system : Custom
84
84
customVersion : $(package.version)
85
+ - task : UseNode@1
86
+ displayName : Use Node 20.x
87
+ inputs :
88
+ version : 20.x
85
89
- task : DownloadPipelineArtifact@2
86
90
displayName : Download PowerShellEditorServices
87
91
inputs :
@@ -120,9 +124,9 @@ extends:
120
124
skipComponentGovernanceDetection : true
121
125
steps :
122
126
- task : UseNode@1
123
- displayName : Use Node 18 .x
127
+ displayName : Use Node 20 .x
124
128
inputs :
125
- version : 18 .x
129
+ version : 20 .x
126
130
- task : UseDotNet@2
127
131
displayName : Use .NET 8.x SDK
128
132
inputs :
@@ -198,6 +202,10 @@ extends:
198
202
steps :
199
203
- download : current
200
204
displayName : Download artifacts
205
+ - task : UseNode@1
206
+ displayName : Use Node 20.x
207
+ inputs :
208
+ version : 20.x
201
209
- pwsh : npm ci
202
210
displayName : Install NPM packages (for vsce)
203
211
- task : AzureCLI@2
You can’t perform that action at this time.
0 commit comments