Skip to content

Commit

Permalink
Merge pull request #279 from mrmlnc/update_azp
Browse files Browse the repository at this point in the history
Update Azure Pipelines
  • Loading branch information
mrmlnc committed Jun 21, 2020
2 parents a9f7b95 + cd88994 commit 512d570
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .vsts/benchmark.yml
Expand Up @@ -5,7 +5,7 @@ trigger:
- releases/*

variables:
node_version: 12.x
node_version: 14.x
benchmark_type: $(benchmark.type)
benchmark_launches: $(benchmark.launches)
benchmark_max_stdev: $(benchmark.max_stdev)
Expand All @@ -15,7 +15,7 @@ variables:
jobs:
- job: Benchmark
pool:
vmImage: 'ubuntu-16.04'
vmImage: ubuntu-latest
steps:
- template: steps-build.yml
parameters:
Expand Down
9 changes: 6 additions & 3 deletions .vsts/build.yml
Expand Up @@ -14,8 +14,9 @@ jobs:
(Node.js 8): { node_version: 8.x }
(Node.js 10): { node_version: 10.x }
(Node.js 12): { node_version: 12.x }
(Node.js 14): { node_version: 14.x }
pool:
vmImage: 'windows-2019'
vmImage: windows-latest
steps:
- template: steps-build.yml
parameters:
Expand All @@ -28,8 +29,9 @@ jobs:
(Node.js 8): { node_version: 8.x }
(Node.js 10): { node_version: 10.x }
(Node.js 12): { node_version: 12.x }
(Node.js 14): { node_version: 14.x }
pool:
vmImage: 'ubuntu-16.04'
vmImage: ubuntu-latest
steps:
- template: steps-build.yml
parameters:
Expand All @@ -42,8 +44,9 @@ jobs:
(Node.js 8): { node_version: 8.x }
(Node.js 10): { node_version: 10.x }
(Node.js 12): { node_version: 12.x }
(Node.js 14): { node_version: 14.x }
pool:
vmImage: 'macOS-10.14'
vmImage: macOS-latest
steps:
- template: steps-build.yml
parameters:
Expand Down

0 comments on commit 512d570

Please sign in to comment.