humanmade / linter-bot

Automatically run the HM Coding Standards on any repository.
https://github.com/apps/hm-linter
16 stars 3 forks source link

Upgrade to Node 12.x #115

Closed rmccue closed 4 years ago

rmccue commented 4 years ago

We're still running on Node 8 at the moment. Upgrading will mean we can remove the build step entirely, as async functions are now natively supported.

I'm running this already on the altis-review bot and it seems to be working, so should be simple enough.