mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-08 13:42:00 -05:00
use the same version of canvas as canvas-prebuilt (#878)
This commit is contained in:
parent
585ba2acda
commit
1342511a12
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ cache:
|
|||
- node_modules
|
||||
install:
|
||||
- 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 update
|
||||
before_deploy:
|
||||
|
|
Loading…
Reference in a new issue