Skip to content

Commit

Permalink
[renovate] Update Docker dependencies Docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 15, 2020
1 parent 2280b7d commit abdde3d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
check_branch_name:
docker:
- image: circleci/node:12.16.1
- image: circleci/node:12.16.2
working_directory: ~/app
steps:
- run:
Expand All @@ -19,7 +19,7 @@ jobs:
build:
working_directory: ~/app
docker:
- image: circleci/node:13.10.1
- image: circleci/node:13.13.0
steps:
- checkout
- restore_cache:
Expand All @@ -33,7 +33,7 @@ jobs:
- node_modules
test:
docker:
- image: circleci/node:13.10.1
- image: circleci/node:13.13.0
steps:
- checkout
- restore_cache:
Expand All @@ -56,7 +56,7 @@ jobs:
command: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
lint:
docker:
- image: circleci/node:13.10.1
- image: circleci/node:13.13.0
steps:
- checkout
- restore_cache:
Expand All @@ -73,7 +73,7 @@ jobs:
command: npm run lint
compile:
docker:
- image: circleci/node:13.10.1
- image: circleci/node:13.13.0
steps:
- checkout
- restore_cache:
Expand All @@ -90,7 +90,7 @@ jobs:
command: npm run build
publish_package:
docker:
- image: circleci/node:13.10.1
- image: circleci/node:13.13.0
steps:
- checkout
- run:
Expand Down

0 comments on commit abdde3d

Please sign in to comment.