Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
chore(deps): update circleci/node:6 docker digest to bda9f7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 29, 2018
1 parent bf2858a commit faedd6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# This job builds the base project directory (e.g. ~/package.json)
build:
docker:
- image: circleci/node:6@sha256:d1d4b09dd9834f8e91a5628c85b5a9b73dd8a18cd32ec1d7a340545f0e90c12b
- image: circleci/node:6@sha256:bda9f7b5c9f1acfc6aec42eb448c4ec688cfdca0e61adc7fc9c74907c4463d6f
steps:
- checkout
- restore_cache:
Expand All @@ -23,7 +23,7 @@ jobs:
# This job runs the lint tool on the whole repository
lint:
docker:
- image: circleci/node:6@sha256:d1d4b09dd9834f8e91a5628c85b5a9b73dd8a18cd32ec1d7a340545f0e90c12b
- image: circleci/node:6@sha256:bda9f7b5c9f1acfc6aec42eb448c4ec688cfdca0e61adc7fc9c74907c4463d6f
steps:
- checkout
- restore_cache:
Expand All @@ -38,7 +38,7 @@ jobs:
# runs the unit tests
unit-test:
docker:
- image: circleci/node:6@sha256:d1d4b09dd9834f8e91a5628c85b5a9b73dd8a18cd32ec1d7a340545f0e90c12b
- image: circleci/node:6@sha256:bda9f7b5c9f1acfc6aec42eb448c4ec688cfdca0e61adc7fc9c74907c4463d6f
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit faedd6f

Please sign in to comment.