Skip to content

frontend: upgrade node-sass to support Node 13

Yann Pringault requested to merge Kerumen/commento:upgrade-node-sass into master

As stated in the node-sass repo, Node 13 is supported from version 4.13. I removed the node-sass entry from the package.json (it's a direct dependency of gulp-sass and ran yarn to upgrade the version in the yarn.lock.

Node 13 should be ok now.

Merge request reports