From 4a81cefd6783c3f25940d978eff168fcfb89d1f5 Mon Sep 17 00:00:00 2001 From: Tom Kirkpatrick Date: Mon, 3 Jul 2017 16:29:53 +0200 Subject: [PATCH] ci: update node version on circleci --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 97b62aa..63639cd 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ machine: node: - version: 4.4.3 + version: 6.1.0 test: post: - npm run coverage