chore: bump to node 20, remove yarn (#7431)
This commit is contained in:
Родитель
3d7dc1a762
Коммит
49ea98847d
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче