pugjs / pug-www

The website for Pug.
16 stars 12 forks source link

Fix CI to allow delivering #65

Closed ezhlobo closed 6 years ago

ezhlobo commented 6 years ago

I fixed linter and debug the build on CI.

The problem was in the node-sass package which comes within jstransformer-scss. It had a problem with building on node@10 (related issue: https://github.com/sass/node-sass/issues/2345).

Instead of waiting for other packages, I just downgrade Node version to LTS one. Now it works well.

ezhlobo commented 6 years ago

It should deploy latest changes, @ForbesLindesay

//CC @TimothyGu