mirror of
https://github.com/postlight/mercury-parser
synced 2024-10-31 03:20:40 +00:00
change ci image
This commit is contained in:
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…
Reference in New Issue
Block a user