ci: fix incorrect node version for pyright

This commit is contained in:
Jens Langhammer 2020-07-03 09:39:23 +02:00
parent 01c83f6f4a
commit abea85b635
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ stages:
vmImage: ubuntu-latest
steps:
- task: UseNode@1
inputs:
version: '12.x'
- task: UsePythonVersion@0
inputs:
versionSpec: '3.8'