Skip to content

Commit

Permalink
chore(deps): update circleci/node docker tag to v16 (#8323)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 2, 2021
1 parent 044ffd5 commit 67fe4e8
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 @@ -3,7 +3,7 @@ version: 2
jobs:
Filesize:
docker:
- image: circleci/node:15
- image: circleci/node:16
steps:
- checkout
- restore_cache:
Expand All @@ -26,7 +26,7 @@ jobs:

Tests:
docker:
- image: circleci/node:15
- image: circleci/node:16
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 67fe4e8

Please sign in to comment.