Skip to content

Commit

Permalink
ci: use circleci/node
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed Feb 8, 2019
1 parent 04e74a7 commit d1005d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ jobs:
build:
working_directory: /usr/src/app
docker:
- image: node:alpine
- image: circleci/node
steps:
# Checkout repository
- checkout

# Restore cache
- restore_cache:
key: yarn-alpine-{{ checksum "yarn.lock" }}
key: yarn-{{ checksum "yarn.lock" }}

# Install dependencies
- run:
Expand Down

0 comments on commit d1005d4

Please sign in to comment.