docs: update node:8-browsers to 10 in testing (#32049)

Fixes #31993

PR Close #32049
This commit is contained in:
Kapunahele Wong 2019-08-07 15:42:59 -04:00 committed by Alex Rickabaugh
parent 29d3b68554
commit e5a89e047c

View File

@ -116,7 +116,7 @@ jobs:
build: build:
working_directory: ~/my-project working_directory: ~/my-project
docker: docker:
- image: circleci/node:8-browsers - image: circleci/node:10-browsers
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache: