Skip to content

Commit 82b5c16

Browse files
authored
ci: upgrade to node.js 20 to publish (#1456)
1 parent 35724f5 commit 82b5c16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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: 'vsce publish'
4751
inputs:

0 commit comments

Comments
 (0)