tsayen / dom-to-image

Generates an image from a DOM node using HTML5 canvas
Other
10.28k stars 1.68k forks source link

ci: test Node.js 6, 8, 10 and 11 #259

Closed DanielRuf closed 4 years ago

DanielRuf commented 5 years ago

Currently Node.js 0.10 is used for the CI which is very old and has already reached its EOL.

We should test against all current LTS and stable branches of Node.js.

DanielRuf commented 5 years ago

Bump. This is still relevant.