Skip to content

Commit

Permalink
ci(appveyor): prioritize newer Node
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Jan 13, 2020
1 parent 58ce714 commit 2dd904d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ image:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "13"
- nodejs_version: "12"
- nodejs_version: "10"
- nodejs_version: "8"

matrix:
fast_finish: true
Expand Down

0 comments on commit 2dd904d

Please sign in to comment.