Skip to content

Commit

Permalink
chore: update circleci image to latest to pick up newer chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eagle authored and alexeagle committed Aug 27, 2020
1 parent ef97299 commit 2d7ed6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

## IMPORTANT
# If you change the `default_docker_image` version, also change the `cache_key` version
var_1: &default_docker_image circleci/node:12.18.2
var_2: &browsers_docker_image circleci/node:12.18.2-browsers
var_3: &cache_key node-12.18.2-{{ checksum "yarn.lock" }}
var_1: &default_docker_image circleci/node:12.18.3
var_2: &browsers_docker_image circleci/node:12.18.3-browsers
var_3: &cache_key node-12.18.3-{{ checksum "yarn.lock" }}

var_4: &init_environment
run:
Expand Down

0 comments on commit 2d7ed6d

Please sign in to comment.