Skip to content

Commit

Permalink
Fix node versions in appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Apr 5, 2018
1 parent 44be409 commit e9b1fe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -11,9 +11,9 @@ platform:

environment:
matrix:
- nodejs_version: lts/boron
- nodejs_version: lts/carbon
- nodejs_version: current
- nodejs_version: 6
- nodejs_version: 8
- nodejs_version: 9

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

0 comments on commit e9b1fe8

Please sign in to comment.