From e0317d4c0ae031bd73b59c0a48a6cd1a20f3eb14 Mon Sep 17 00:00:00 2001 From: Philipe Navarro Date: Thu, 3 Oct 2019 16:25:53 -0700 Subject: [PATCH] images --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 643030af..5e127c25 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,11 +18,11 @@ jobs: node-12: <<: *test docker: - - image: node:10 + - image: node:12 node-10: <<: *test docker: - - image: node:8 + - image: node:10 workflows: version: 2