Leonidas-from-XIV / node-xml2js

XML to JavaScript object converter.
MIT License
4.88k stars 604 forks source link

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

Closed pepoirot closed 1 year ago

pepoirot commented 1 year ago

Thank you @Leonidas-from-XIV for you work.

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).

It uses the existing scripts for the build and test:

A limitation of this change is that running the tests through the existing script npm run coverage succeeds without reporting the run of any test.

pepoirot commented 1 year ago

Replaced by #686