Skip to content

Commit

Permalink
ci: use node 8 in appveyor
Browse files Browse the repository at this point in the history
Workaround for nodejs/node#20297
  • Loading branch information
filipesilva committed Jul 4, 2018
1 parent 6449a75 commit dc92635
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
environment:
nodejs_version: "10"
# Note: if updating to Node 10, use at least 10.5.0 to include a fix for
# https://github.com/nodejs/node/issues/20297
nodejs_version: "8.9.2" # Same version as used in CircleCI.

matrix:
fast_finish: true
Expand Down

0 comments on commit dc92635

Please sign in to comment.