Skip to content

Commit

Permalink
Chore: Revert "Build: Use node 12.x instead of 11.x"
Browse files Browse the repository at this point in the history
This reverts commit 741f99a.

Windows builds are failing in CI on node 12.x because no pre-built
`canvas` is available yet for that node version.
  • Loading branch information
antross committed Jun 10, 2019
1 parent fa8e060 commit 3ab9b9a
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_12_x:
node_version: 12.x
node_11_x:
node_version: 11.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_12_x:
node_version: 12.x
node_11_x:
node_version: 11.x
steps:
- template: ${{ parameters.worker }}
timeoutInMinutes: 90
Expand Down

0 comments on commit 3ab9b9a

Please sign in to comment.