Skip to content

Commit 2036599

Browse files
committed
Fix CI builds
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
1 parent 88d7312 commit 2036599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6
1+
6.3.1

0 commit comments

Comments
 (0)