change ci image

This commit is contained in:
Adam Pash 2019-01-16 14:01:06 -08:00
parent e65db47597
commit afd313900b

View File

@ -2,7 +2,7 @@ version: 2
jobs:
test-node:
docker:
- image: circleci/node:8
- image: circleci/node:8.10
steps:
- checkout
- run: "yarn install"
@ -19,7 +19,7 @@ jobs:
test-web:
docker:
- image: circleci/node:8
- image: circleci/node:8.10-browsers
steps:
- checkout
- run: "yarn install"