Skip to content

Commit

Permalink
Revert "ci(appveyor): prioritise newer Node"
Browse files Browse the repository at this point in the history
This reverts commit ecd3dac.

Appveyor seems to prefer to run in older Node first.
  • Loading branch information
curbengh committed Jul 13, 2020
1 parent ecd3dac commit eb948d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "14"
- nodejs_version: "12"
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "14"

matrix:
fast_finish: true
Expand Down

0 comments on commit eb948d6

Please sign in to comment.