Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI environment (Node 8, Yarn 1.2.1) #11355

Merged
merged 1 commit into from
Oct 24, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update CI environment (Node 8, Yarn 1.2.1)
  • Loading branch information
gaearon committed Oct 24, 2017
commit 42dffed0f13cc400e5fe2658fd1bf9da4f565e8b
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
machine:
timezone: America/Los_Angeles
node:
version: 6
version: 8
ruby:
version: 2.2.3
environment:
TRAVIS_REPO_SLUG: facebook/react
YARN_VERSION: 0.17.8
YARN_VERSION: 1.2.1
PATH: "${PATH}:${HOME}/.yarn/bin"

dependencies:
Expand Down