Skip to content

Commit

Permalink
Fix CI builds
Browse files Browse the repository at this point in the history
In Node.js v6.4.0, writing an empty string out of the buffer bounds throws an exception. This will be fixed in Node.js v6.5.0 but for now we’re going to have to stick to v6.3.1, which doesn’t have this issue.

nodejs/node#8127
nodejs/node#8253
  • Loading branch information
mathiasbynens committed Aug 29, 2016
1 parent 88d7312 commit 2036599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6
6.3.1

0 comments on commit 2036599

Please sign in to comment.