Skip to content

Commit 43d3269

Browse files
Bump vscode-test from 1.4.1 to 1.5.1 (#3188)
* Bump vscode-test from 1.4.1 to 1.5.1 Bumps [vscode-test](https://github.com/Microsoft/vscode-test) from 1.4.1 to 1.5.1. - [Release notes](https://github.com/Microsoft/vscode-test/releases) - [Changelog](https://github.com/microsoft/vscode-test/blob/master/CHANGELOG.md) - [Commits](microsoft/vscode-test@1.4.1...v1.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump CI images We should considering setting up a matrix so we can purposefully test on the older versions of these images. However, we at least need to bump the macOS agent for Node, as this updated dependency requires at least Node 12. The 10.14 image comes with Node 8, and the 10.15 image comes with Node 14. Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Andrew Schwartzmeyer <andrew@schwartzmeyer.com>
1 parent 9ce2dc3 commit 43d3269

File tree

3 files changed

+239
-43
lines changed

3 files changed

+239
-43
lines changed

.vsts-ci/azure-pipelines-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ trigger:
3535
jobs:
3636
- job: Windows
3737
pool:
38-
vmImage: 'VS2017-Win2016'
38+
vmImage: 'windows-2019'
3939
steps:
4040
- template: templates/ci-general.yml
4141

4242
- job: macOS
4343
pool:
44-
vmImage: 'macOS-10.14'
44+
vmImage: 'macOS-10.15'
4545
steps:
4646
- template: templates/ci-general.yml
4747

4848
- job: Linux
4949
pool:
50-
vmImage: 'Ubuntu-16.04'
50+
vmImage: 'Ubuntu-20.04'
5151
steps:
5252
- template: templates/ci-general.yml

0 commit comments

Comments
 (0)