Skip to content

Commit

Permalink
Use proper nodejs versions for appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 1, 2019
1 parent 7b106b6 commit 7b1abf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -2,9 +2,9 @@
environment:
matrix:
# node.js
- nodejs_version: "11.0"
- nodejs_version: "10.0"
- nodejs_version: "8.0"
- nodejs_version: "11"
- nodejs_version: "10"
- nodejs_version: "8"

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

0 comments on commit 7b1abf0

Please sign in to comment.