Skip to content

Commit cdc205d

Browse files
authored
Ensure node is installed in release publisher (#63127)
1 parent cdb583a commit cdc205d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.release-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ extends:
7373
targetPath: '$(Pipeline.Workspace)/tgz'
7474
steps:
7575
- checkout: none
76+
- task: NodeTool@0
77+
inputs:
78+
versionSpec: 20.x
79+
displayName: 'Install Node'
7680
- task: CmdLine@2
7781
displayName: Copy versioned drop to typescript.tgz
7882
inputs:

0 commit comments

Comments
 (0)