Skip to content

Commit

Permalink
Merge pull request #443 from clearlydefined/fix-build
Browse files Browse the repository at this point in the history
updates azure pipelines build to ubuntu-18.04 now that ubuntu-16.04 i…
  • Loading branch information
nellshamrell authored Oct 21, 2021
2 parents 84211ea + 9970b17 commit 968422b
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
Expand Up @@ -4,7 +4,7 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript

pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'ubuntu-18.04'

steps:
- task: NodeTool@0
Expand Down

0 comments on commit 968422b

Please sign in to comment.