Skip to content

Commit 0401deb

Browse files
authored
Merge pull request #31 from ruiconti/master
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
2 parents 3b2c023 + b2d11ae commit 0401deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pool:
2-
vmImage: 'Ubuntu-16.04'
2+
vmImage: 'ubuntu-18.04'
33

44
steps:
55
- task: NodeTool@0

0 commit comments

Comments
 (0)