Skip to content

Commit 0b0fda6

Browse files
filipesilvaclydin
authored andcommitted
ci: use node 8 in appveyor
Workaround for nodejs/node#20297
1 parent 2584890 commit 0b0fda6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
environment:
2-
nodejs_version: "10"
2+
# Note: if updating to Node 10, use at least 10.5.0 to include a fix for
3+
# https://github.com/nodejs/node/issues/20297
4+
nodejs_version: "8.9.2" # Same version as used in CircleCI.
35

46
matrix:
57
fast_finish: true

0 commit comments

Comments
 (0)