From 5025bcead083bdbf45eded8ec7d99b34e356826a Mon Sep 17 00:00:00 2001 From: Geoff Cox Date: Wed, 3 Oct 2018 09:15:41 -0700 Subject: [PATCH] test(circleci): latest node --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6a73093..c313780 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2 jobs: build: docker: - - image: circleci/node:8.9.4-stretch-browsers + - image: circleci/node:stretch-browsers steps: - checkout - restore_cache: