From 768ba52e626f7845257fd1349a843298ab299a59 Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 25 Jan 2016 21:25:16 -0600 Subject: [PATCH] corfing CI node version --- circle.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circle.yml b/circle.yml index 782bf010c..adb198bef 100644 --- a/circle.yml +++ b/circle.yml @@ -1,3 +1,7 @@ +machine: + node: + version: 4.1.0 + test: override: - echo "Skipping tests for now"