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

Commit

Permalink
Merge pull request #49 from adieuadieu/renovate/docker-circleci-node-6
Browse files Browse the repository at this point in the history
chore(deps): update circleci/node docker image 6 digest (635b02)
  • Loading branch information
adieuadieu authored Apr 6, 2018
2 parents bd01278 + f53abc5 commit 9ef7f53
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:b7b4d36305151c8ab2df017f516fb9cf3e67c46231911881fefc88117016a8b4
- image: circleci/node:6@sha256:635b022773f0346704312a36d1ce4628e0676a8a2b04e76c15888b67deaeb182
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:b7b4d36305151c8ab2df017f516fb9cf3e67c46231911881fefc88117016a8b4
- image: circleci/node:6@sha256:635b022773f0346704312a36d1ce4628e0676a8a2b04e76c15888b67deaeb182
steps:
- checkout
- restore_cache:
Expand All @@ -35,7 +35,7 @@ jobs:
# runs the unit tests
unit-test:
docker:
- image: circleci/node:6@sha256:b7b4d36305151c8ab2df017f516fb9cf3e67c46231911881fefc88117016a8b4
- image: circleci/node:6@sha256:635b022773f0346704312a36d1ce4628e0676a8a2b04e76c15888b67deaeb182
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 9ef7f53

Please sign in to comment.