Skip to content

Commit

Permalink
ci: bump to circleci:node:12.14-browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored and alexeagle committed Apr 9, 2020
1 parent afabe89 commit ff0369c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +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.14
var_2: &browsers_docker_image circleci/node:12.14-browsers
var_3: &cache_key node-0.16-{{ checksum "yarn.lock" }}-v2

var_1: &default_docker_image circleci/node:12.16
var_2: &browsers_docker_image circleci/node:12.16-browsers
var_3: &cache_key node-12.16-{{ checksum "yarn.lock" }}

var_4: &init_environment
run:
Expand Down

0 comments on commit ff0369c

Please sign in to comment.