Leonidas-from-XIV / node-xml2js

XML to JavaScript object converter.
MIT License
4.84k stars 596 forks source link

Add a GitHub action to build the package and run the tests against Node 16, 18 and 20 #686

Open pepoirot opened 1 year ago

pepoirot commented 1 year ago

This adds a GitHub actions pipeline to build the library and run the tests against Node 16, 18 and 20 (the previous LTS, the current LTS and the current release).

Leonidas-from-XIV commented 11 months ago

Thanks for the contribution. I generally like the watch mode. Can you create an additional rule in the cake file to build and exit instead?

pepoirot commented 11 months ago

done