Skip to content

Commit

Permalink
Replace Node 4 with Node 10 in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Nov 1, 2018
1 parent 8e2fee5 commit 640bfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ image:
platform: x64
environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down

0 comments on commit 640bfd1

Please sign in to comment.