antwarjs / antwar

A static site generator built with React and Webpack.
https://antwar.js.org/
MIT License
460 stars 35 forks source link

tests: test Node.js 8 and 10 #138

Closed DanielRuf closed 6 years ago

DanielRuf commented 6 years ago

Node.js 9 already reached its EOL. Odd releases / release branches are not LTS and not stable.

bebraw commented 6 years ago

Good point. Thanks. We could do a build matrix but this is enough.

DanielRuf commented 6 years ago

We could do a build matrix but this is enough.

Good idea. Let me know if we need one then.

bebraw commented 6 years ago

It builds fast enough. 👍

We did initial ReasonML typings (maybe missing a field or two) at https://github.com/antwarjs/antwar-reason . In the first phase of possible port, it would make sense to run the JS core with those so configuration gets validated.