Skip to content

Commit

Permalink
Build: Re-enable using node 12.x instead of 11.x in CI
Browse files Browse the repository at this point in the history
This reverts commit 3ab9b9a.

- - - - - - - - - -

Fix #2576
Close #2795
  • Loading branch information
antross authored Aug 7, 2019
1 parent 7c7f13d commit 52fa82c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines/all-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
node_version: 8.x
node_10_x:
node_version: 10.x
node_11_x:
node_version: 11.x
node_12_x:
node_version: 12.x
steps:
- template: ${{ parameters.worker }}
timeoutInMinutes: 90
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines/latest-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
vmImage: ${{ parameters.vmImage }}
strategy:
matrix:
node_11_x:
node_version: 11.x
node_12_x:
node_version: 12.x
steps:
- template: ${{ parameters.worker }}
timeoutInMinutes: 90
Expand Down

0 comments on commit 52fa82c

Please sign in to comment.