Skip to content

Commit

Permalink
test: update chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Apr 13, 2020
1 parent cb88ed7 commit 72bfcff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
defaults: &defaults
working_directory: ~/project/egg-react-ssr
docker:
- image: circleci/node:8
- image: circleci/node:12

jobs:
install:
Expand All @@ -21,7 +21,7 @@ jobs:
- v3.0.0-ssr
- run:
command: |
npm install --registry=https://registry.npm.taobao.org/
yarn
node ./test/scripts/preInstall.js
- save_cache:
paths:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/react-router-dom": "^5.1.3",
"@types/shelljs": "^0.8.6",
"babel-eslint": "^10.0.2",
"chromedriver": "^79.0.0",
"chromedriver": "81.0.0",
"codecov": "^3.5.0",
"egg": "^2.23.0",
"enzyme": "^3.10.0",
Expand Down

0 comments on commit 72bfcff

Please sign in to comment.