From d577b6f061a949ab69344caa8b0ec7fc93b01760 Mon Sep 17 00:00:00 2001 From: Ibby Date: Mon, 20 Mar 2017 16:53:40 -0400 Subject: [PATCH] chore(circle-ci): set node version to 5.5.0 --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index da298f405..d3873a609 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ machine: node: - version: 7.10.0 + version: 5.5.0 ruby: version: 2.1.2