Skip to content

Commit

Permalink
update azure vm images
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Oct 17, 2020
1 parent 558c087 commit 9c4b629
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:

- job: Windows
pool:
vmImage: vs2017-win2016
vmImage: windows-latest

variables:
os_name: Windows
Expand All @@ -20,7 +20,7 @@ jobs:

- job: Linux
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-latest'

variables:
os_name: Linux
Expand Down Expand Up @@ -49,17 +49,15 @@ jobs:

- job: OSX
pool:
vmImage: 'macOS 10.13'
vmImage: 'macOS-latest'

variables:
os_name: OSX

strategy:
matrix:
node_10_x:
node_version: 10.x
node_12_x:
node_version: 12.x
node_14_x:
node_version: 14.x
run_browser_tests: true
browser_name: Safari

Expand Down

0 comments on commit 9c4b629

Please sign in to comment.