Skip to content

Commit a72d327

Browse files
authored
ci: upgrade to node 20 to publish (#1572)
1 parent 75805a8 commit a72d327

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: UseNode@1
46+
displayName: 'Use Node.js 20.x'
47+
inputs:
48+
version: '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: UseNode@1
46+
displayName: 'Use Node.js 20.x'
47+
inputs:
48+
version: '20.x'
4549
- task: AzureCLI@2
4650
displayName: 'Publish Extension'
4751
inputs:

0 commit comments

Comments
 (0)