Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
ci(docker): update node docker digests in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 3, 2019
1 parent 612affe commit 2832995
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 @@ -20,12 +20,12 @@ commands:
jobs:
node-v8:
docker:
- image: circleci/node:8@sha256:302860c78743e6e57f865c2ca5720ac26bc78180ada08f20518aa9fec80e3fc2
- image: circleci/node:8@sha256:143992405bec266dfa5bd604770d26d03614eb042fffeffbe9d930466aac7cc3
steps:
- run-npm-test
node-v10:
docker:
- image: circleci/node:10@sha256:5c170adade985597275f2184b21bee6420e386522a725ecb76fe3905a9730d81
- image: circleci/node:10@sha256:3628985ed26ad54474c0cd704baa9f69975b271781f69e7e58555e1850e3a752
steps:
- run-npm-test
node-v12:
Expand Down

0 comments on commit 2832995

Please sign in to comment.