Skip to content

Commit

Permalink
Merge pull request #44 from desktop/also-test-these-node-versions
Browse files Browse the repository at this point in the history
add additional node versions to test matrix
  • Loading branch information
shiftkey authored Dec 18, 2018
2 parents b201934 + fa5287d commit f8aae19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ platform:

environment:
matrix:
# previous LTS
- nodejs_version: '8'
# latest LTS
- nodejs_version: '10'
# Electron 3
- nodejs_version: '10.2.1'
# Electron 4
- nodejs_version: '10.11.0'
# bleeding edge
- nodejs_version: '11'

cache:
- node_modules
Expand Down

0 comments on commit f8aae19

Please sign in to comment.