Skip to content

Commit

Permalink
Fixes deprecated ubuntu vmImage value
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiconti committed Feb 3, 2022
1 parent 3b2c023 commit b2d11ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'ubuntu-18.04'

steps:
- task: NodeTool@0
Expand Down

0 comments on commit b2d11ae

Please sign in to comment.