Skip to content

Commit

Permalink
Update circleci/node to 10.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 10, 2020
1 parent 156493e commit 26a6ebe
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 @@ -10,7 +10,7 @@ executors:
jobs:
Jest:
docker:
- image: circleci/node:10.19
- image: circleci/node:10.20
working_directory: ~/repo
steps:
- checkout
Expand All @@ -34,7 +34,7 @@ jobs:
- run: yarn test:coverage
release:
docker:
- image: circleci/node:10.19
- image: circleci/node:10.20
steps:
- checkout
- run: yarn install
Expand Down

0 comments on commit 26a6ebe

Please sign in to comment.