Skip to content

Commit e05755c

Browse files
committed
ci: upgrade node as 20 for publish
1 parent 7d07d97 commit e05755c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.azure-pipelines/release-nightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ extends:
4242
downloadType: specific
4343
targetPath: '$(Build.SourcesDirectory)'
4444
steps:
45+
- task: NodeTool@0
46+
displayName: Use Node 20.x
47+
inputs:
48+
versionSpec: 20.x
4549
- task: AzureCLI@2
4650
displayName: 'Publish Extension'
4751
inputs:

.azure-pipelines/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ extends:
4242
downloadType: specific
4343
targetPath: '$(Build.SourcesDirectory)'
4444
steps:
45+
- task: NodeTool@0
46+
displayName: Use Node 20.x
47+
inputs:
48+
versionSpec: 20.x
4549
- task: AzureCLI@2
4650
displayName: 'Publish Extension'
4751
inputs:

0 commit comments

Comments
 (0)