Skip to content

Commit

Permalink
updated node version in appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
eashaw committed Mar 26, 2021
1 parent aeefeae commit 7e84ce3
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 @@ -13,9 +13,9 @@
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "14"

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit 7e84ce3

Please sign in to comment.