Commit e88d03a8 authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

change docker version

parent 5fcbc84c
...@@ -2,19 +2,21 @@ version: 2 ...@@ -2,19 +2,21 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: circleci/node:8.11.2 - image: circleci/node:8.11.4
steps: steps:
- checkout - checkout
- run: npm install - run: npm install
- run: npm run build - run: npm run build
test: test:
docker: docker:
- image: circleci/node:8.11.2 - image: circleci/node:8.11.4
steps: steps:
- checkout - checkout
- run: sh ./tests/fix_puppeteer.sh - run: sh ./tests/fix_puppeteer.sh
- run: npm install - run: npm install
- run: npm run test:all - run:
command : npm run test:all
no_output_timeout : 30m
workflows: workflows:
version: 2 version: 2
build_and_test: build_and_test:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment