Skip to content

Commit

Permalink
update upstream (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhenn authored Jun 11, 2020
1 parent 7647a83 commit fe7dcdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8.11.4
- image: circleci/node:lts

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand All @@ -28,14 +28,14 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: yarn install
- run: npm i

- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

# run tests!
- run: yarn test
- run: npm test


6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
"dependencies": {
"atob": "^2.0.0",
"btoa": "^1.1.2",
"canvas": "^2.0.0-alpha.13",
"canvg": "^1.5.3"
"canvas": "^2.6.0",
"canvg": "^2.0.0",
"jsdom": "^13.2.0",
"xmldom": "^0.3.0"
},
"readmeFilename": "README.md"
}

0 comments on commit fe7dcdc

Please sign in to comment.