use the same version of canvas as canvas-prebuilt (#878)

This commit is contained in:
DD Liu 2019-07-31 11:04:27 -04:00 committed by GitHub
parent 585ba2acda
commit 1342511a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ cache:
- node_modules - node_modules
install: install:
- sudo apt-get update && sudo apt-get install -y libcairo2-dev libpango1.0-dev libssl-dev libjpeg62-dev libgif-dev pkg-config - sudo apt-get update && sudo apt-get install -y libcairo2-dev libpango1.0-dev libssl-dev libjpeg62-dev libgif-dev pkg-config
- npm install canvas@1.6.7 - npm install canvas@1.6.11
- npm --production=false install - npm --production=false install
- npm --production=false update - npm --production=false update
before_deploy: before_deploy: