change ci image

pull/200/head
Adam Pash 5 years ago
parent e65db47597
commit afd313900b

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

Loading…
Cancel
Save