chore: bump to node 20, remove yarn (#7431)

This commit is contained in:
Raymond Zhao 2024-07-03 12:52:26 -07:00 коммит произвёл GitHub
Родитель 3d7dc1a762
Коммит 49ea98847d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 6 удалений

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

@ -41,14 +41,10 @@ jobs:
path: vscode-website/dist
persistCredentials: true
- task: NodeTool@0
displayName: Use Node 18.x
displayName: Use Node 20.x
inputs:
versionSpec: 18.x
versionSpec: 20.x
checkLatest: true
- task: Npm@0
displayName: npm install yarn
inputs:
arguments: -g yarn
- task: Bash@3
displayName: Build Dist Setup
inputs: