Skip to content

Commit

Permalink
switch to official node image in ci (#23423)
Browse files Browse the repository at this point in the history
Summary:
The official node image bundled with yarn by default, and it has maintained by the official group so we can always get the latest version.
Pull Request resolved: #23423

Differential Revision: D14064773

Pulled By: cpojer

fbshipit-source-id: c24a2bc2d0dda7ae852b25c340ca0d149f4c196c
  • Loading branch information
gengjiawen authored and facebook-github-bot committed Feb 13, 2019
1 parent 79d9595 commit e6320c6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,13 +346,11 @@ jobs:
- store_test_results:
path: ~/react-native/reports/junit

# Run JavaScript tests on Node 10
test_node10:
# Run JavaScript tests on Node LTS
test_node_lts:
<<: *defaults
docker:
- image: circleci/node:10
environment:
- PATH: "/opt/yarn/yarn-v1.5.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- image: node:lts
steps:
- checkout
- run: *setup-artifacts
Expand Down Expand Up @@ -617,7 +615,7 @@ workflows:
- checkout_code

# Tooling Compatibility Checks
- test_node10:
- test_node_lts:
filters: *filter-ignore-gh-pages

releases:
Expand Down

0 comments on commit e6320c6

Please sign in to comment.