mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-13 09:12:52 -05:00
Ensure node is installed in release publisher (#63127)
This commit is contained in:
@@ -73,6 +73,10 @@ extends:
|
||||
targetPath: '$(Pipeline.Workspace)/tgz'
|
||||
steps:
|
||||
- checkout: none
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: 20.x
|
||||
displayName: 'Install Node'
|
||||
- task: CmdLine@2
|
||||
displayName: Copy versioned drop to typescript.tgz
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user