Skip to content

Commit e9b1fe8

Browse files
authoredApr 5, 2018
Fix node versions in appveyor.yml
1 parent 44be409 commit e9b1fe8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ platform:
1111

1212
environment:
1313
matrix:
14-
- nodejs_version: lts/boron
15-
- nodejs_version: lts/carbon
16-
- nodejs_version: current
14+
- nodejs_version: 6
15+
- nodejs_version: 8
16+
- nodejs_version: 9
1717

1818
install:
1919
- ps: Install-Product node $env:nodejs_version $env:platform

0 commit comments

Comments
 (0)
Please sign in to comment.