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 1, 2019
1 parent 0c3fcc5 commit 11460c3
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:4c1baf47957206f7a98c988847de0efc25e7db8a0dfd45cce62525b7debb0e3f
- image: circleci/node:8@sha256:b2ca3bbcea15ef61f2423ab693cac6731776e8aed0a5ea01e0aec830e2e35ca9
steps:
- run-npm-test
node-v10:
docker:
- image: circleci/node:10@sha256:1399468d2d47facd4916566091de6a34006d9cc2a6276c5aff35a1532eb15a8c
- image: circleci/node:10@sha256:c1097f66867cc627b59b4f8975452c18a8d7d1539d345abe23f6b33bfd6d45a7
steps:
- run-npm-test
node-v12:
Expand Down

0 comments on commit 11460c3

Please sign in to comment.