From d2ddfb5f5c0f088f8e003b282251e18b6b7c2907 Mon Sep 17 00:00:00 2001 From: Sebastian Markbage Date: Fri, 5 May 2017 11:15:28 -0700 Subject: [PATCH] Update Circle CI Node Version to 7.9.0 The purpose of this is to be able to land #397 with some test coverage. In its current form it is too specific in its implementation and only works on a specific version of Node. In the future we'll want to make that more abstract and general so that it can work on ranges and other major versions. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 3e6295c972..3de91fa204 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ machine: node: - version: 6.1.0 + version: 7.9.0 environment: PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"