Update azure-pipelines-1.yml (#3)
This commit is contained in:
parent
c7e9b483ec
commit
75a13c644a
1 changed files with 3 additions and 3 deletions
|
|
@ -8,12 +8,12 @@ trigger:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-latest
|
vmImage: ubuntu-latest-v22
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@1
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: '10.x'
|
versionSpec: '12.x'
|
||||||
displayName: 'Install Node.js'
|
displayName: 'Install Node.js'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue