Skip to content

Commit

Permalink
ci(appveyor): drop Node.js 8
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Apr 25, 2020
1 parent c43af63 commit ec4e3b3
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 @@ -5,10 +5,10 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "13"
- nodejs_version: "14"

matrix:
fast_finish: true
Expand Down

0 comments on commit ec4e3b3

Please sign in to comment.