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

Commit

Permalink
⬆️ Update circleci/node:6 Docker digest to 59eb8b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and adieuadieu committed Jul 31, 2018
1 parent f8795d3 commit e9f7af5
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:3be05e1441f172d7f4c368f0ead9ebe51d0f0c5a67a34e7f3e473028fbe8a046
- image: circleci/node:6@sha256:59eb8bdf20ebe30195549433423276a2159f57ed94dd0423b8b6e8ad1653f8c5
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:3be05e1441f172d7f4c368f0ead9ebe51d0f0c5a67a34e7f3e473028fbe8a046
- image: circleci/node:6@sha256:59eb8bdf20ebe30195549433423276a2159f57ed94dd0423b8b6e8ad1653f8c5
steps:
- checkout
- restore_cache:
Expand All @@ -35,7 +35,7 @@ jobs:
# runs the unit tests
unit-test:
docker:
- image: circleci/node:6@sha256:3be05e1441f172d7f4c368f0ead9ebe51d0f0c5a67a34e7f3e473028fbe8a046
- image: circleci/node:6@sha256:59eb8bdf20ebe30195549433423276a2159f57ed94dd0423b8b6e8ad1653f8c5
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit e9f7af5

Please sign in to comment.