fix node
This commit is contained in:
Родитель
081f3b091b
Коммит
e8778ac6d8
|
@ -45,9 +45,9 @@ extends:
|
|||
ignoreLASTEXITCODE: true
|
||||
displayName: "Set the release name"
|
||||
- task: NodeTool@0
|
||||
displayName: "Use Node 16.x"
|
||||
displayName: "Use Node 18.x"
|
||||
inputs:
|
||||
versionSpec: 16.x
|
||||
versionSpec: 18.x
|
||||
- task: Npm@0
|
||||
displayName: "install vsce"
|
||||
inputs:
|
||||
|
|
|
@ -68,9 +68,9 @@ extends:
|
|||
targetPath: $(Build.StagingDirectory)\vsix
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
displayName: "Use Node 16.x"
|
||||
displayName: "Use Node 18.x"
|
||||
inputs:
|
||||
versionSpec: 16.x
|
||||
versionSpec: 18.x
|
||||
- task: Npm@0
|
||||
displayName: "install vsce"
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче