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:
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user