From e4fac61d571db0bbe778bddff11a6f52b597e569 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Wed, 13 Feb 2019 06:27:33 -0800 Subject: [PATCH] switch node 8 image to official one (#23425) Summary: node 8 image has yarn too. Also the official one has the latest yarn. Pull Request resolved: https://github.com/facebook/react-native/pull/23425 Differential Revision: D14065105 Pulled By: cpojer fbshipit-source-id: 4eb3347fc191d928091e984fe3e5887861ec8aa9 --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f47f466592e..710aea37676 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -276,9 +276,7 @@ defaults: &defaults js_defaults: &js_defaults <<: *defaults docker: - - image: circleci/node:8 - environment: - - PATH: "/opt/yarn/yarn-v1.5.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" + - image: node:8 android_defaults: &android_defaults <<: *defaults