Update azure-pipelines-1.yml (#3)

This commit is contained in:
l198881 2021-05-18 08:15:20 -03:00 committed by GitHub
parent c7e9b483ec
commit 75a13c644a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,12 @@ trigger:
- main
pool:
vmImage: ubuntu-latest
vmImage: ubuntu-latest-v22
steps:
- task: NodeTool@0
- task: NodeTool@1
inputs:
versionSpec: '10.x'
versionSpec: '12.x'
displayName: 'Install Node.js'
- script: |