Skip to content

Commit

Permalink
changed circleci image to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit committed Jan 13, 2018
1 parent 7e1167b commit 3668168
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,13 @@ jobs:

e2e_test:
docker:
- image: circleci/node:6.10.3
- image: circleci/node
working_directory: ~/bit
environment:
# change the npm config to avoid using sudo
NPM_CONFIG_PREFIX: ~/.npm-global
parallelism: 4
steps:
- run: npm i -g yarn
- run: echo 'export PATH=~/.npm-global/bin:$PATH' >> $BASH_ENV
- run:
name: save SHA to a file
Expand Down

0 comments on commit 3668168

Please sign in to comment.