Skip to content

Commit

Permalink
Build: Use node 12.x instead of 11.x
Browse files Browse the repository at this point in the history
Close #2538
  • Loading branch information
molant authored and antross committed May 31, 2019
1 parent a14ea86 commit 741f99a
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 741f99a

Please sign in to comment.