From 1b2f2c6e41de3707281f7db01cf346ae303d4ba3 Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Sun, 22 Nov 2015 12:48:56 +0000 Subject: [PATCH] Help Circle CI pick the right node version --- circle.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..735e0d1 --- /dev/null +++ b/circle.yml @@ -0,0 +1,3 @@ +machine: + node: + version: 5.1.0