This commit is contained in:
Garrett Campbell 2024-08-12 10:56:20 -04:00
Родитель 081f3b091b
Коммит e8778ac6d8
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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: