Skip to content

Commit

Permalink
[renovate] Update circleci/node Docker tag to v13.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 10, 2020
1 parent dba2f4b commit 61d3acb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/app
docker:
- image: circleci/node:13.10.1
- image: circleci/node:13.12.0
steps:
- checkout
- restore_cache:
Expand All @@ -17,7 +17,7 @@ jobs:
- node_modules
test:
docker:
- image: circleci/node:13.10.1
- image: circleci/node:13.12.0
steps:
- checkout
- restore_cache:
Expand All @@ -40,7 +40,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.12.0
steps:
- checkout
- restore_cache:
Expand All @@ -57,7 +57,7 @@ jobs:
command: npm run lint
compile:
docker:
- image: circleci/node:13.10.1
- image: circleci/node:13.12.0
steps:
- checkout
- restore_cache:
Expand All @@ -74,7 +74,7 @@ jobs:
command: npm run build
publish_package:
docker:
- image: circleci/node:13.10.1
- image: circleci/node:13.12.0
steps:
- checkout
- run:
Expand Down

0 comments on commit 61d3acb

Please sign in to comment.