From e5a89e047c01c012add80ab8363a1445e19a3fda Mon Sep 17 00:00:00 2001 From: Kapunahele Wong Date: Wed, 7 Aug 2019 15:42:59 -0400 Subject: [PATCH] docs: update node:8-browsers to 10 in testing (#32049) Fixes #31993 PR Close #32049 --- aio/content/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index f3bd752be0..2006aa5260 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -116,7 +116,7 @@ jobs: build: working_directory: ~/my-project docker: - - image: circleci/node:8-browsers + - image: circleci/node:10-browsers steps: - checkout - restore_cache: