Skip to content

Commit

Permalink
Merge pull request #31 from ruiconti/master
Browse files Browse the repository at this point in the history
Fix deprecated ubuntu version used for vmImage value

Use Ubuntu 18.04, which is still supported.

https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml
  • Loading branch information
Gelio committed Feb 3, 2022
2 parents 3b2c023 + b2d11ae commit 0401deb
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 0401deb

Please sign in to comment.