fix node versions in pipelines

This commit is contained in:
Garrett Campbell 2024-08-14 05:40:48 -04:00
Родитель b77a853ba2
Коммит 6dbb49f17e
4 изменённых файлов: 8 добавлений и 8 удалений

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

@ -44,9 +44,9 @@ jobs:
- checkout: self
- checkout: VS-Platform
- task: UseNode@1
displayName: "Use Node 16.18"
displayName: "Use Node 18.x"
inputs:
version: "16.18"
version: "18.x"
- script: npm install
displayName: "npm install"
workingDirectory: $(Build.SourcesDirectory)/vscode-cmake-tools/tools/pr-creator

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

@ -45,9 +45,9 @@ extends:
ignoreLASTEXITCODE: true
displayName: 'Set the release name'
- task: NodeTool@0
displayName: 'Use Node 14.x'
displayName: 'Use Node 18.x'
inputs:
versionSpec: 14.x
versionSpec: 18.x
- task: Npm@0
displayName: 'install vsce'
inputs:

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

@ -69,9 +69,9 @@ extends:
steps:
- task: NodeTool@0
displayName: 'Use Node 14.x'
displayName: 'Use Node 18.x'
inputs:
versionSpec: 14.x
versionSpec: 18.x
- task: Npm@0
displayName: 'install vsce'
inputs:

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

@ -13,9 +13,9 @@ steps:
signType: $(SignType)
zipSources: false
- task: NodeTool@0
displayName: Use Node 16.x
displayName: Use Node 18.x
inputs:
versionSpec: 16.x
versionSpec: 18.x
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@3
displayName: Use Yarn 1.x
- task: CmdLine@2