Skip to content

Commit

Permalink
Merge pull request #1031 from capfei/patch-3
Browse files Browse the repository at this point in the history
updating pipelines to ubuntu-20.04
  • Loading branch information
qtomlinson authored Feb 10, 2024
2 parents b517b48 + 2424b87 commit fc299e9
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-18.04'
vmImage: 'ubuntu-20.04'

steps:
- task: NodeTool@0
Expand Down

0 comments on commit fc299e9

Please sign in to comment.