From 69bf0bd8c13b7bf0a891ea4f391a93ffed5d2e6b Mon Sep 17 00:00:00 2001 From: James Ide Date: Mon, 23 May 2016 05:08:28 -0700 Subject: [PATCH] Run CircleCI tests on the latest version of Node Summary: Travis CI runs Node 4 (LTS), so make CircleCI run Node `` which is Node 6. Closes https://github.com/facebook/react-native/pull/7542 Differential Revision: D3334397 fbshipit-source-id: 15a758011626fca4efdc4c1b36891a4d73c52e94 --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index ad2d1bb99..8717c9f41 100644 --- a/circle.yml +++ b/circle.yml @@ -4,7 +4,7 @@ general: - gh-pages # list of branches to ignore machine: node: - version: 5.6.0 + version: 6.2.0 environment: PATH: "~/$CIRCLE_PROJECT_REPONAME/gradle-2.9/bin:/home/ubuntu/buck/bin:$PATH" TERM: "dumb"