Skip to content

Commit feb4652

Browse files
committed
tests: disable node > 12 tests on windows, nyc fails to launch
nyc needs upgrading to v15, but v15 only works in node versions that support let/const
1 parent 3569a68 commit feb4652

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ environment:
66
- nodejs_version: "4"
77
- nodejs_version: "6"
88
- nodejs_version: "8"
9-
- nodejs_version: "12"
10-
- nodejs_version: "13"
9+
- nodejs_version: "10"
10+
# - nodejs_version: "12"
11+
# - nodejs_version: "13"
1112

1213
pull_requests:
1314
do_not_increment_build_number: true

0 commit comments

Comments
 (0)