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 Dec 22, 2019
1 parent df7a289 commit ef64910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -20,12 +20,12 @@ commands:
jobs:
node-v8:
docker:
- image: circleci/node:8@sha256:e6abb47685bb525cffbca7c9246df191516b38dac49c7125f0f5c2ef3c6f80ea
- image: circleci/node:8@sha256:5e517e670d90c96ab23a6b1269634b6dcb7f11fc02cf8da153d17f055ecb5cd7
steps:
- run-npm-test
node-v10:
docker:
- image: circleci/node:10@sha256:11e555443435463c6af81e19bdbf793209355942f0854f7b8319f4fc6c428503
- image: circleci/node:10@sha256:162d1ec3d8cab412095a8c159ea5debcaf0b1b199cde5315fe6a44ca9d742aef
steps:
- run-npm-test
node-v12:
Expand Down

0 comments on commit ef64910

Please sign in to comment.