Skip to content

Commit

Permalink
Adding new docker image for testing on corcleci
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfekke committed Nov 3, 2017
1 parent 7a0defd commit a244dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/tmp
docker:
- image: circleci/node:8.8.1
- image: circleci/node:9.0.0-browsers
steps:
- checkout
- run: yarn install
Expand Down

0 comments on commit a244dfb

Please sign in to comment.