Skip to content

Commit

Permalink
ci: update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Pennec authored and NicoPennec committed Aug 6, 2019
1 parent 7f79517 commit 92d882f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
@@ -1,9 +1,8 @@
version: 2 version: 2
jobs: jobs:
build: build:
working_directory: /usr/src/app
docker: docker:
- image: banian/node - image: circleci/node:latest
steps: steps:
# Checkout repository # Checkout repository
- checkout - checkout
Expand Down

0 comments on commit 92d882f

Please sign in to comment.