CGUC / skybunk-server

The back-end application for Conrad Grebel University College students to stay connected
3 stars 9 forks source link

Fix Failing CI (Bump sharp to v0.24.0) #121

Closed picklechips closed 4 years ago

picklechips commented 4 years ago

The version of sharp we were using was incompatible with the version of node on CircleCI. This was fixed in version 0.23.2 (https://github.com/lovell/sharp/issues/1909)

Lets just bump it to the latest version. (0.24.0)

Note: Now that CI is running normally again there was a bunch of linting issues in previously force-merged commits... This fixes them too :'(