提交 e88d03a8 编写于 作者: 陈帅

change docker version

上级 5fcbc84c
......@@ -2,19 +2,21 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:8.11.2
- image: circleci/node:8.11.4
steps:
- checkout
- run: npm install
- run: npm run build
test:
docker:
- image: circleci/node:8.11.2
- image: circleci/node:8.11.4
steps:
- checkout
- run: sh ./tests/fix_puppeteer.sh
- run: npm install
- run: npm run test:all
- run:
command : npm run test:all
no_output_timeout : 30m
workflows:
version: 2
build_and_test:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册